[MPlayer-dev-eng] [PATCH] Quick and dirty fix build after BUILD_ROOT got removed from FFmpeg (798b264)

Clément Bœsch ubitux at gmail.com
Mon May 30 21:52:20 CEST 2011


I'll commit the attached patch as a temporary fix in a few hours if no one
comes up with something better.

Regards,

-- 
Clément B.
-------------- next part --------------
Index: configure
===================================================================
--- configure	(revision 33526)
+++ configure	(working copy)
@@ -1519,7 +1519,7 @@
   fi
 fi
 
-extra_cflags="-I. -Iffmpeg $extra_cflags"
+extra_cflags="-I. -I.. -Iffmpeg $extra_cflags"
 _timer=timer-linux.c
 _getch=getch2.c
 if freebsd ; then
@@ -8139,7 +8139,6 @@
 
 CONFIG_STATIC = yes
 SRC_PATH      = ../../
-BUILD_ROOT    = ..
 LIBPREF       = lib
 LIBSUF        = .a
 LIBNAME       = \$(LIBPREF)\$(NAME)\$(LIBSUF)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20110530/b4a25db8/attachment.asc>


More information about the MPlayer-dev-eng mailing list