Commit 65392077 authored by michael's avatar michael

Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at...

Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" <mtdean at thirdcontact dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2987 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 71fd33c4
...@@ -188,7 +188,7 @@ ifeq ($(CONFIG_WIN32),yes) ...@@ -188,7 +188,7 @@ ifeq ($(CONFIG_WIN32),yes)
$(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(CC) $(SHFLAGS) -Wl,--output-def,$(@:.dll=.def) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS)
-lib /machine:i386 /def:$(@:.dll=.def) -lib /machine:i386 /def:$(@:.dll=.def)
else else
$(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(CC) $(SHFLAGS) -o $@ $(OBJS) $(EXTRALIBS) $(AMREXTRALIBS) $(LDFLAGS)
endif endif
dsputil.o: dsputil.c dsputil.h dsputil.o: dsputil.c dsputil.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment