1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-21 07:10:52 +00:00

moved mpeg_packetizer helpers to libmpdemux

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19146 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-07-19 22:13:50 +00:00
parent 021e87e9d9
commit b1b0d86c7e
4 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,6 @@ SRCS=$(AUDIO_SRCS) \
$(VIDEO_SRCS) \
$(VFILTER_SRCS) \
$(NATIVE_SRCS) \
mpeg_packetizer.c \
img_format.c \
OBJS=$(SRCS:.c=.o)

View File

@ -26,6 +26,7 @@ SRCS += cdinfo.c \
cue_read.c \
parse_es.c \
parse_mp4.c \
mpeg_packetizer.c \
yuv4mpeg.c \
yuv4mpeg_ratio.c \