Commit c3e44598 authored by Rafaël Carré's avatar Rafaël Carré

vlc.win32.nsi: remove obsolete stuff

parent 2e39f001
......@@ -4165,15 +4165,6 @@ AC_ARG_ENABLE(macosx-vlc-app,
AM_CONDITIONAL(BUILD_MACOSX_VLC_APP, [test "${enable_macosx_vlc_app}" != "no" &&
(test "${SYS}" = "darwin" || test "${enable_macosx_vlc_app}" = "yes") ])
dnl
dnl Pic and shared libvlc stuff
dnl
AS_IF([test "${SYS}" = "mingw32"], [
FILE_LIBVLCCORE_DLL="!define LIBVLCCORE_DLL libvlccore.dll"
FILE_LIBVLC_DLL="!define LIBVLC_DLL libvlc.dll"
])
dnl
dnl Stuff used by the program
dnl
......
......@@ -23,9 +23,6 @@
@HAVE_WIN64_FALSE@ !define INSTALL_ACTIVEX
!define INSTALL_MOZILLA
@FILE_LIBVLCCORE_DLL@
@FILE_LIBVLC_DLL@
;;;;;;;;;;;;;;;;;;;;;;;;;
; General configuration ;
;;;;;;;;;;;;;;;;;;;;;;;;;
......
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