mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 10:03:32 +00:00
Force exeptions for dshow code (keeps users from building unworkable mplayer).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1098 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
17a8a234ff
commit
988d126c04
@ -9,7 +9,7 @@ OBJS = $(SRCS:.cpp=.o)
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user