]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - Makefile
Remove unnecessary CFLAGS variable from output_example link command.
[frescor/ffmpeg.git] / Makefile
index 3beecfb2e25000e058b5056f41a6172a975caecf..81b4af8d119399173eef661c82b30b5ba6aaf346 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,7 @@ ffserver_g$(EXESUF): FF_LDFLAGS += $(FFSERVERLDFLAGS)
        $(CC) $(FF_LDFLAGS) -o $@ $< cmdutils.o $(FF_EXTRALIBS)
 
 output_example$(EXESUF): output_example.o $(FF_DEP_LIBS)
-       $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
+       $(CC) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)
 
 tools/%$(EXESUF): tools/%.c
        $(CC) $(CFLAGS) $(FF_LDFLAGS) -o $@ $< $(FF_EXTRALIBS)