diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-19 00:04:23 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-19 00:04:23 +0000 |
commit | 5878d5bda325a86e0bad41e8974e0a7fef293db7 (patch) | |
tree | c335b9974eab937114a6605b694691635e1fe28a | |
parent | 9abf34411a37e6628b529da5686708b3f90a87db (diff) | |
download | ffmpeg-5878d5bda325a86e0bad41e8974e0a7fef293db7.tar.gz |
Order matters, fix test files linking.
Originally committed as revision 25766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 883f7646b2..3972dd95a2 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -1,7 +1,7 @@ include $(SUBDIR)../config.mak NAME = avcodec -FFLIBS = avutil avcore +FFLIBS = avcore avutil HEADERS = avcodec.h avfft.h dxva2.h opt.h vaapi.h vdpau.h xvmc.h |