]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
ESTRPIPE not defined, use ESPIPE (not EPIPE)
authorSASANO Takayoshi <uaa@uaa.org.uk>
Sun, 4 Jun 2023 01:24:58 +0000 (10:24 +0900)
committerJaroslav Kysela <perex@perex.cz>
Mon, 10 Jun 2024 09:03:44 +0000 (11:03 +0200)
Closes: https://github.com/alsa-project/alsa-plugins/pull/48
Signed-off-by: SASANO Takayoshi <uaa@uaa.org.uk>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
a52/pcm_a52.c

index 2bebccc8109f1ff726a8d72c9b7fb5e809d693c5..43a35e727693aafa82b65507ffe86a9ad7188828 100644 (file)
@@ -29,7 +29,7 @@
 #include <libavutil/avutil.h>
 
 #ifndef ESTRPIPE
-#define ESTRPIPE EPIPE
+#define ESTRPIPE ESPIPE
 #endif
 
 /* some compatibility wrappers */