diff stream/Makefile @ 19300:0c7ad1c632cc

mf.[hc] belong to libmpdemux
author ben
date Thu, 03 Aug 2006 19:31:36 +0000
parents bbce98bb6d05
children 097e5bc71210
line wrap: on
line diff
--- a/stream/Makefile	Thu Aug 03 19:29:20 2006 +0000
+++ b/stream/Makefile	Thu Aug 03 19:31:36 2006 +0000
@@ -4,8 +4,7 @@
 include ../config.mak
 
 # Core
-SRCS += mf.c \
-        open.c \
+SRCS += open.c \
         url.c \
 
 ifeq ($(STREAM_CACHE),yes)