Mercurial > mplayer.hg
diff Makefile @ 3451:e972025d1c46
dshow switched to C version
author | arpi |
---|---|
date | Mon, 10 Dec 2001 22:40:14 +0000 |
parents | 5cb7caab5536 |
children | c87577a541de |
line wrap: on
line diff
--- a/Makefile Mon Dec 10 22:21:09 2001 +0000 +++ b/Makefile Mon Dec 10 22:40:14 2001 +0000 @@ -57,7 +57,7 @@ endif ifneq ($(W32_LIB),) -PARTS += loader loader/DirectShow +PARTS += loader loader/dshow SRCS_MPLAYER += dll_init.c SRCS_MENCODER += dll_init.c # SRCS += dll_init.c @@ -101,6 +101,9 @@ loader/DirectShow/libDS_Filter.a: $(MAKE) -C loader/DirectShow +loader/dshow/libDS_Filter.a: + $(MAKE) -C loader/dshow + libmp1e/libmp1e.a: $(MAKE) -C libmp1e