Mercurial > mplayer.hg
diff loader/dmo/Makefile @ 8325:5d5d1b3ec737
DMO Audio support (ugly, needs cleanup)
author | arpi |
---|---|
date | Sun, 01 Dec 2002 16:38:56 +0000 |
parents | 8e00b6a9e40b |
children | ce1ba8fd57e7 |
line wrap: on
line diff
--- a/loader/dmo/Makefile Sun Dec 01 02:42:06 2002 +0000 +++ b/loader/dmo/Makefile Sun Dec 01 16:38:56 2002 +0000 @@ -4,7 +4,7 @@ include ../../config.mak # DS_AudioDec.c -SRCS = DMO_VideoDecoder.c buffer.c dmo.c dmo_guids.c +SRCS = DMO_AudioDecoder.c DMO_VideoDecoder.c buffer.c dmo.c dmo_guids.c OBJS = $(SRCS:.c=.o) INCLUDE = -I. -I../dshow -I.. $(EXTRA_INC)