]> git.sesse.net Git - ffmpeg/commitdiff
lavc: remove reference to opt.h from Makefile.
authorAnton Khirnov <anton@khirnov.net>
Tue, 19 Apr 2011 17:50:23 +0000 (19:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Tue, 19 Apr 2011 17:50:23 +0000 (19:50 +0200)
Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.

libavcodec/Makefile

index 784226f7af005173f59d52b1e18d3ba4aeedb2d9..f05244ed958a2f88d8d2c42e4c256a7bc92d98d7 100644 (file)
@@ -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                                                   \