diff Makefile @ 9357:2108342734cc libavcodec

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.
author rbultje
date Tue, 07 Apr 2009 18:31:14 +0000
parents 41b37c9c4ff7
children 5b68d22e5ec9
line wrap: on
line diff
--- a/Makefile	Tue Apr 07 18:24:47 2009 +0000
+++ b/Makefile	Tue Apr 07 18:31:14 2009 +0000
@@ -7,6 +7,7 @@
 
 OBJS = allcodecs.o                                                      \
        audioconvert.o                                                   \
+       avpacket.o                                                       \
        bitstream.o                                                      \
        bitstream_filter.o                                               \
        dsputil.o                                                        \