[FFmpeg-devel] mingw compile problems latest trunk
Gonzalo Garramuño
ggarra
Tue Jan 1 06:43:36 CET 2008
Gonzalo Garramu?o wrote:
> I updated and I'm trying to recompile ffmpeg under mingw32. I removed
> all references to all the av* libraries in /usr/local/bin and
> /usr/local/lib.
>
And here's a patch for it.
Index: Makefile
===================================================================
--- Makefile (revision 11364)
+++ Makefile (working copy)
@@ -156,8 +156,8 @@
OBJS-$(CONFIG_VHOOK) += framehook.o
-EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) \
- -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) $(EXTRALIBS)
+EXTRALIBS := -L$(BUILD_ROOT)/libavcodec -lavcodec$(BUILDSUF) \
+ -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
# protocols I/O
OBJS+= avio.o aviobuf.o
--
Gonzalo Garramu?o
ggarra at advancedsl.com.ar
AMD4400 - ASUS48N-E
GeForce7300GT
Xubuntu Gutsy
More information about the ffmpeg-devel
mailing list