]> git.sesse.net Git - vlc/blobdiff - modules/codec/ffmpeg/postprocess.c
Update references to ffmpeg header files to match new directory structure. All ffmpe...
[vlc] / modules / codec / ffmpeg / postprocess.c
index c5da8e27bc6e5fe7a62359c0d22437f70136e2b7..293515ec6dd344dfd1037b126a6edb80cb5c18a1 100644 (file)
@@ -31,8 +31,8 @@
 #include <vlc_codec.h>
 
 /* ffmpeg header */
-#ifdef HAVE_FFMPEG_AVCODEC_H
-#   include <ffmpeg/avcodec.h>
+#ifdef HAVE_LIBAVCODEC_AVCODEC_H
+#   include <libavcodec/avcodec.h>
 #else
 #   include <avcodec.h>
 #endif