diff options
author | van <[email protected]> | 2008-12-13 06:55:01 +0000 |
---|---|---|
committer | van <[email protected]> | 2008-12-13 06:55:01 +0000 |
commit | 4aa065731b01639e2150e50fde33221d852406f6 (patch) | |
tree | 2dd4ae79c2dd79bde7d44c208516c008b69c7937 /libhb/hb.c | |
parent | 0e3664a72d164d6541c3a8f32146fc6035ecf2f7 (diff) |
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
Diffstat (limited to 'libhb/hb.c')
-rw-r--r-- | libhb/hb.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libhb/hb.c b/libhb/hb.c index 72eb2b030..6c0aabc7a 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -1,8 +1,5 @@ #include "hb.h" - -#include "libavcodec/avcodec.h" -#include "libavformat/avformat.h" -#include "libswscale/swscale.h" +#include "hbffmpeg.h" struct hb_handle_s { |