X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Fdecavcodec.c;h=e5c8fd10c844c54ceafa8c7541c2147d2d5e77b1;hb=9f2cfdb81c9b40ea164bc25daca45c77ebe376a6;hp=5dd22244cc1df26eca0813a7e52677bfb950b48e;hpb=aa15b5a47943752f66d2d24400f8c13afbe26c5c;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index 5dd22244..e5c8fd10 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -61,9 +61,7 @@ #include "hb.h" #include "hbffmpeg.h" - -//#include "libavcodec/audioconvert.h" -#include "../contrib/ffmpeg/libavcodec/audioconvert.h" +#include "libavcodec/audioconvert.h" static int decavcodecInit( hb_work_object_t *, hb_job_t * ); static int decavcodecWork( hb_work_object_t *, hb_buffer_t **, hb_buffer_t ** );