Commit 170c233e authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Use libmpeg2 from the system instead of from contrib.

parent aff991f5
...@@ -3173,7 +3173,7 @@ if test "${enable_libmpeg2}" != "no" ...@@ -3173,7 +3173,7 @@ if test "${enable_libmpeg2}" != "no"
then then
AC_ARG_WITH(libmpeg2-tree, AC_ARG_WITH(libmpeg2-tree,
[ --with-libmpeg2-tree=PATH libmpeg2 tree for static linking]) [ --with-libmpeg2-tree=PATH libmpeg2 tree for static linking])
if test -n "${with_libmpeg2_tree}" if test -n "${with_libmpeg2_tree}" -o test "${with_libmpeg2_tree}" = "no"
then then
AC_MSG_CHECKING(for libmpeg2.a in ${with_libmpeg2_tree}) AC_MSG_CHECKING(for libmpeg2.a in ${with_libmpeg2_tree})
real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`" real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`"
......
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