Commit 6072f0b0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove HAVE_SHARED_LIBVLC hack

parent 909d63d8
...@@ -5913,7 +5913,6 @@ AS_IF([${plugin_support}], [ ...@@ -5913,7 +5913,6 @@ AS_IF([${plugin_support}], [
dnl dnl
dnl Pic and shared libvlc stuff dnl Pic and shared libvlc stuff
dnl dnl
AC_DEFINE(HAVE_SHARED_LIBVLC, 1, [Define to 1 if libvlc is built as a shared library.])
VLC_ADD_PLUGINS([${BUILTINS}]) VLC_ADD_PLUGINS([${BUILTINS}])
AS_IF([test "${SYS}" = "mingw32"], [ AS_IF([test "${SYS}" = "mingw32"], [
FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll" FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll"
......
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