Mercurial > mplayer.hg
changeset 1233:554fca022743
Ehh, wine ...
author | lgb |
---|---|
date | Tue, 26 Jun 2001 21:34:03 +0000 |
parents | d32b58d5740f |
children | dfccdda074e5 |
files | loader/dshow/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/Makefile Tue Jun 26 19:48:50 2001 +0000 +++ b/loader/dshow/Makefile Tue Jun 26 21:34:03 2001 +0000 @@ -9,7 +9,7 @@ # OBJS = DS_AudioDec.o DS_VideoDec.o DS_Filter.o allocator.o cmediasample.o guids.o inputpin.o outputpin.o INCLUDE = -I. -I.. -I../wine -CFLAGS = $(OPTFLAGS) -fexceptions $(INCLUDE) +CFLAGS = $(INCLUDE) $(OPTFLAGS) -fexceptions .SUFFIXES: .cpp .o