summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@googlemail.com>2009-04-07 18:31:14 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-04-07 18:31:14 +0000
commitcdd8930e6ae40e67bd5ac4a855122a7babc81226 (patch)
tree6d2bd1f30a2c33ed41ac465f69356a6b946936a5 /libavcodec/Makefile
parent012f930855ec647b1723cd845c6e5fa80936a0fb (diff)
downloadffmpeg-streaming-cdd8930e6ae40e67bd5ac4a855122a7babc81226.zip
ffmpeg-streaming-cdd8930e6ae40e67bd5ac4a855122a7babc81226.tar.gz
Move av_packet_*() functions from libavformat/ to libavcodec/, where the
AVPacket structure now resides also. Patch by Thilo Borgmann thilo.borgmann googlemail com, see the mailinglist thread "Google Summer of Code participation" for additional discussion. Originally committed as revision 18353 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e35e819..c24c212 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -7,6 +7,7 @@ HEADERS = avcodec.h opt.h vdpau.h xvmc.h
OBJS = allcodecs.o \
audioconvert.o \
+ avpacket.o \
bitstream.o \
bitstream_filter.o \
dsputil.o \
OpenPOWER on IntegriCloud