diff options
author | Måns Rullgård <mans@mansr.com> | 2006-03-20 22:48:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-03-20 22:48:08 +0000 |
commit | d59518d45d0bfd8c85b8f94ccc9c6ea72825ef34 (patch) | |
tree | 5e43baf19e38b02d194c65489b05fd04653f39dd /libavcodec/Makefile | |
parent | 4567b4bdab0172f6570a94548cf7f491a466938a (diff) | |
download | ffmpeg-d59518d45d0bfd8c85b8f94ccc9c6ea72825ef34.tar.gz |
since Michael prefers to keep dsputil.h private to libavcodec
(rather than installing it system-wide) this patch reverses the
mistake I made last month (mplayer was recently fixed accordingly).
patch from Nico Sabbi <nicola_sabbi at fastwebnet it>
Originally committed as revision 5186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 316b2e7314..d63a4d843d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -18,7 +18,7 @@ OBJS= bitstream.o utils.o mem.o allcodecs.o \ vp3dsp.o h264idct.o rangecoder.o pnm.o h263.o msmpeg4.o h263dec.o \ opt.o -HEADERS = avcodec.h dsputil.h +HEADERS = avcodec.h ifeq ($(CONFIG_AASC_DECODER),yes) OBJS+= aasc.o |