Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
6f3129f8
Commit
6f3129f8
authored
Oct 11, 2008
by
hartman
Browse files
contrib: Fix dvdread patch
parent
cb2e43a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/src/Patches/libdvdread.patch
View file @
6f3129f8
Index: configure.ac
===================================================================
--- configure.ac (revision 11
0
7)
--- configure.ac (revision 11
5
7)
+++ configure.ac (working copy)
@@ -137,2
4
+137,59 @@
@@ -137,2
7
+137,59 @@
dnl ---------------------------------------------
dnl dynamic linker
dnl ---------------------------------------------
...
...
@@ -14,12 +14,15 @@ Index: configure.ac
- *cygwin*)
- LDFLAGS="-no-undefined $LDFLAGS"
- ;;
- *os2*)
- LDFLAGS="-no-undefined -Zbin-files $LDFLAGS"
- ;;
- *)
- AC_CHECK_LIB(c, dlopen,
-
DYNAMIC_LD_LIBS="",
-
AC_CHECK_LIB(dl, dlopen,
-
DYNAMIC_LD_LIBS="-ldl",
-
AC_MSG_ERROR(dynamic linker needed)))
-
DYNAMIC_LD_LIBS="",
-
AC_CHECK_LIB(dl, dlopen,
-
DYNAMIC_LD_LIBS="-ldl",
-
AC_MSG_ERROR(dynamic linker needed)))
- AC_SUBST(DYNAMIC_LD_LIBS)
- ;;
-esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment