summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/Makefile
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-19 21:46:06 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-19 21:46:06 +0000
commit5e2623cb497a27e3e4a259fefbbcaac5692a6777 (patch)
tree17579ea7cbe7abe4e77260b211cb083d3cd11c32 /libmpcodecs/Makefile
parentc885bca73c27a63b45c2a47501efd2a48ca0c587 (diff)
downloadmpv-5e2623cb497a27e3e4a259fefbbcaac5692a6777.tar.bz2
mpv-5e2623cb497a27e3e4a259fefbbcaac5692a6777.tar.xz
new mpeg helpers to build and send mpeg 1/2 ps/pes packets (used by some vo drivers)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19141 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs/Makefile')
-rw-r--r--libmpcodecs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index ceb9476f9f..f595bdc40a 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -310,6 +310,7 @@ SRCS=$(AUDIO_SRCS) \
$(VIDEO_SRCS) \
$(VFILTER_SRCS) \
$(NATIVE_SRCS) \
+ mpeg_packetizer.c \
img_format.c \
OBJS=$(SRCS:.c=.o)