]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/postprocess.c
Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).
[vlc] / modules / codec / ffmpeg / postprocess.c
index 3a4dd9af762d3ba610ce644db63dfd86fb920e62..c5da8e27bc6e5fe7a62359c0d22437f70136e2b7 100644 (file)
@@ -31,9 +31,7 @@
 #include <vlc_codec.h>
 
 /* ffmpeg header */
-#if defined(HAVE_LIBAVCODEC_AVCODEC_H)
-#   include <libavcodec/avcodec.h>
-#elif defined(HAVE_FFMPEG_AVCODEC_H)
+#ifdef HAVE_FFMPEG_AVCODEC_H
 #   include <ffmpeg/avcodec.h>
 #else
 #   include <avcodec.h>