summaryrefslogtreecommitdiffstats
path: root/loader/dshow/Makefile
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-20 02:04:33 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-20 02:04:33 +0000
commita08f4d5958ce9be2f85de756aac922885ae9761c (patch)
treef277d2065eb6529f2908463e04d925da20a9cf58 /loader/dshow/Makefile
parentd48476cd193000e902eb25d8533e3e15c0a38d69 (diff)
downloadmpv-a08f4d5958ce9be2f85de756aac922885ae9761c.tar.bz2
mpv-a08f4d5958ce9be2f85de756aac922885ae9761c.tar.xz
small cosmetic to avoid gcc warnings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@171 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/Makefile')
-rw-r--r--loader/dshow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile
index 82db334d1d..2181a30f97 100644
--- a/loader/dshow/Makefile
+++ b/loader/dshow/Makefile
@@ -20,7 +20,7 @@ $(LIBNAME): .depend $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: test.c $(LIBNAME)
- $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
+ $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
all: $(LIBNAME)