Commit 793c4fa6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc: fix conditional compilation

parent 536779c8
......@@ -427,10 +427,12 @@ misc/revision.c:
# Building vlc
###############################################################################
EXTRA_PROGRAMS = vlc
if BUILD_VLC
bin_PROGRAMS = vlc
endif
EXTRA_vlc_SOURCES = vlc.c winvlc.c
if !HAVE_WIN32
vlc_SOURCES = vlc.c
else
......
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