1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-15 19:42:53 +00:00

cosmetics: Add CFLAGS to compilation commands everywhere.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26367 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-09 16:50:30 +00:00
parent e74dfd1bd1
commit 58983c3d2e

View File

@ -41,7 +41,7 @@ bmovl-test$(EXESUF): bmovl-test.c
$(CC) $(CFLAGS) -o $@ $< -lSDL_image
vfw2menc$(EXESUF): vfw2menc.c
$(CC) $< -o $@ -lwinmm -lole32
$(CC) $(CFLAGS) -o $@ $< -lwinmm -lole32
REAL_SRCS = $(wildcard realcodecs/*.c)
REAL_TARGETS = $(REAL_SRCS:.c=.so.6.0)
@ -69,7 +69,7 @@ NETSTREAM_DEPS += -lwsock32
endif
netstream: netstream.o $(NETSTREAM_DEPS)
$(CC) -o $@ $^
$(CC) $(CFLAGS) -o $@ $^
clean distclean:
rm -f *.o *~ $(OBJS)