Commit 55545622 authored by Sam Hocevar's avatar Sam Hocevar

* ./configure.in: fixed a typo in my previous commit (thx fenrir).

parent 063bbcde
...@@ -7144,7 +7144,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then ...@@ -7144,7 +7144,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6 echo "$ac_t""yes" 1>&6
# We don't have Xv_pic, but we have Xv, let's make xvideo.a as builtin # We don't have Xv_pic, but we have Xv, let's make xvideo.a as builtin
PLUGINS="${PLUGINS} xvideo" PLUGINS="${PLUGINS} xvideo"
xvideo_LDFLAGS="${xvideo_LDFLAGS} -L$x_libraries -lX11 -lXext -lXv_pic" xvideo_LDFLAGS="${xvideo_LDFLAGS} -L$x_libraries -lX11 -lXext -lXv"
xvideo_CFLAGS="${xvideo_CFLAGS} -I$x_includes" xvideo_CFLAGS="${xvideo_CFLAGS} -I$x_includes"
else else
echo "$ac_t""no" 1>&6 echo "$ac_t""no" 1>&6
......
...@@ -1091,7 +1091,7 @@ if test x$enable_xvideo != xno && ...@@ -1091,7 +1091,7 @@ if test x$enable_xvideo != xno &&
AC_CHECK_LIB(Xv,XvPutImage, AC_CHECK_LIB(Xv,XvPutImage,
# We don't have Xv_pic, but we have Xv, let's make xvideo.a as builtin # We don't have Xv_pic, but we have Xv, let's make xvideo.a as builtin
PLUGINS="${PLUGINS} xvideo" PLUGINS="${PLUGINS} xvideo"
xvideo_LDFLAGS="${xvideo_LDFLAGS} -L$x_libraries -lX11 -lXext -lXv_pic" xvideo_LDFLAGS="${xvideo_LDFLAGS} -L$x_libraries -lX11 -lXext -lXv"
xvideo_CFLAGS="${xvideo_CFLAGS} -I$x_includes", xvideo_CFLAGS="${xvideo_CFLAGS} -I$x_includes",
# Otherwise... well, do nothing. # Otherwise... well, do nothing.
) )
......
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