Magellan Linux

Contents of /trunk/avidemux/patches/avidemux-2.3.0-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 576 - (show annotations) (download)
Wed Apr 23 07:09:01 2008 UTC (16 years ago) by niro
File size: 842 byte(s)
-multilib fixups

1 diff -Naur avidemux_2.3.0/configure.in avidemux_2.3.0-magellan/configure.in
2 --- avidemux_2.3.0/configure.in 2006-11-25 22:02:07.000000000 +0100
3 +++ avidemux_2.3.0-magellan/configure.in 2008-04-23 09:13:10.000000000 +0200
4 @@ -234,7 +234,7 @@
5 if test "x$use_cygwin" = "xyes"; then
6 LDFLAGS="$LDFLAGS -lpthreadGC1 "
7 else
8 - LDFLAGS="$LDFLAGS -lpthread -lX11 -lXext -L/usr/X11R6/lib"
9 + LDFLAGS="$LDFLAGS -lpthread -lX11 -lXext"
10 fi
11 dnl _________________ malloc.h ___________________
12
13 @@ -878,7 +878,7 @@
14 #include <stdio.h>
15 #include <X11/Intrinsic.h>
16 ])
17 - AC_CHECK_LIB(Xv, XvShmPutImage, , have_xv=no, -L/usr/X11R6/lib -L/usr/X11R6/lib64 -lXext -lX11 -lm)
18 + AC_CHECK_LIB(Xv, XvShmPutImage, , have_xv=no, -lXext -lX11 -lm)
19
20 if test "x$have_xv" = "xyes"; then
21 AC_DEFINE(USE_XV,1,[Try to use Xv extension])