OSDN Git Service

MacGui: Remove Target Size as a rate control option as it doesn't really work correct...
[handbrake-jp/handbrake-jp-git.git] / contrib / ffmpeg / A02-audioconvert.patch
1 Index: libavcodec/Makefile
2 ===================================================================
3 --- ffmpeg.orig/libavcodec/Makefile     (revision 22823)
4 +++ ffmpeg/libavcodec/Makefile  (working copy)
5 @@ -3,7 +3,7 @@
6  NAME = avcodec
7  FFLIBS = avutil
8  
9 -HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h
10 +HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h audioconvert.h
11  
12  OBJS = allcodecs.o                                                      \
13         audioconvert.o                                                   \