[Redbutton-devel] SF.net SVN: redbutton: [148] redbutton-browser/trunk/Makefile
Brought to you by:
skilvington
|
From: <ski...@us...> - 2006-10-12 10:00:42
|
Revision: 148
http://svn.sourceforge.net/redbutton/?rev=148&view=rev
Author: skilvington
Date: 2006-10-12 03:00:30 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
include extra lib for ffmpeg
Modified Paths:
--------------
redbutton-browser/trunk/Makefile
Modified: redbutton-browser/trunk/Makefile
===================================================================
--- redbutton-browser/trunk/Makefile 2006-10-08 08:45:09 UTC (rev 147)
+++ redbutton-browser/trunk/Makefile 2006-10-12 10:00:30 UTC (rev 148)
@@ -7,7 +7,7 @@
# safe_malloc debugging
#DEFS=-DDEBUG_ALLOC -D_REENTRANT -D_GNU_SOURCE
INCS=`freetype-config --cflags`
-LIBS=-lm -lz -L/usr/X11R6/lib -lX11 -lXext -lXt -lXrender -lXft -lpng -lavformat -lavcodec -lasound -lpthread
+LIBS=-lm -lz -L/usr/X11R6/lib -lX11 -lXext -lXt -lXrender -lXft -lpng -lavformat -lavcodec -lavutil -lasound -lpthread
CLASSES=ActionClass.o \
ApplicationClass.o \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|