Commit eb9070a7 authored by mru's avatar mru

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>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5186 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f588f204
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment