]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/audio.c
Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).
[vlc] / modules / codec / ffmpeg / audio.c
index f8274e5b3043c47c5e24c87dde7a14204268e794..9bc9cef9e6ae38b360d48b2b6722938e563d0033 100644 (file)
@@ -35,9 +35,7 @@
 #include <vlc_input.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>