[FFmpeg-cvslog] lavc: remove reference to opt.h from Makefile.

Anton Khirnov git at videolan.org
Wed Apr 20 04:52:19 CEST 2011


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Apr 19 19:50:23 2011 +0200| [cda7aa9eba79e113c8e46455b81e3f5a047a8d98] | committer: Anton Khirnov

lavc: remove reference to opt.h from Makefile.

Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cda7aa9eba79e113c8e46455b81e3f5a047a8d98
---

 libavcodec/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 784226f..f05244e 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
 NAME = avcodec
 FFLIBS = avutil
 
-HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h version.h xvmc.h
+HEADERS = avcodec.h avfft.h dxva2.h vaapi.h vdpau.h version.h xvmc.h
 
 OBJS = allcodecs.o                                                      \
        audioconvert.o                                                   \



More information about the ffmpeg-cvslog mailing list