1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 04:02:06 +00:00

mf.[hc] belong to libmpdemux

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19306 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-08-03 19:31:36 +00:00
parent 25af97d3f6
commit e503389acf
4 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@ SRCS += parse_es.c \
mpeg_packetizer.c \
yuv4mpeg.c \
yuv4mpeg_ratio.c \
mf.c \
# Demuxers
SRCS += demuxer.c \

View File

@ -4,8 +4,7 @@ LIBNAME = stream.a
include ../config.mak
# Core
SRCS += mf.c \
open.c \
SRCS += open.c \
url.c \
ifeq ($(STREAM_CACHE),yes)