From 4aa065731b01639e2150e50fde33221d852406f6 Mon Sep 17 00:00:00 2001 From: van Date: Sat, 13 Dec 2008 06:55:01 +0000 Subject: Consolidate all the ffmpeg-related includes into libhb/hbffmpeg.h then prototype hb_avcodec_{init,open,close} so that we don't get gcc warnings from a dozen modules. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2025 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxavi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhb/muxavi.c') diff --git a/libhb/muxavi.c b/libhb/muxavi.c index 99604335d..70d22f522 100644 --- a/libhb/muxavi.c +++ b/libhb/muxavi.c @@ -5,7 +5,7 @@ It may be used under the terms of the GNU General Public License. */ #include "hb.h" -#include "libavcodec/avcodec.h" +#include "hbffmpeg.h" #define AVIF_HASINDEX 0x10 #define AVIIF_KEYFRAME 0x10 -- cgit v1.2.3