Mercurial > mplayer.hg
changeset 1097:6143de76e2e3
Force exeptions for dshow code (keeps users from building unworkable mplayer).
author | atmosfear |
---|---|
date | Mon, 11 Jun 2001 15:47:49 +0000 |
parents | bf973bffe240 |
children | ed6ac3915d59 |
files | loader/dshow/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/Makefile Mon Jun 11 12:47:48 2001 +0000 +++ b/loader/dshow/Makefile Mon Jun 11 15:47:49 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) $(INCLUDE) +CFLAGS = $(OPTFLAGS) -fexceptions $(INCLUDE) .SUFFIXES: .cpp .o