Commit ef73ccac authored by Jeremy Huddleston Sequoia's avatar Jeremy Huddleston Sequoia Committed by Felix Paul Kühne

Fix VCDX compilation (close #10834)

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent b13cc646
......@@ -244,8 +244,9 @@ libvcdx_plugin_la_SOURCES = \
access/vcdx/vcdplayer.h access/vcdx/vcdplayer.c \
access/vcdx/info.c access/vcdx/info.h
libvcdx_plugin_la_CPPFLAGS = $(AM_CPPFLAGS)
libvcdx_plugin_la_LIBADD = $(VCDX_LIBS)
if HAVE_WIN32
libvcdx_plugin_la_LIBADD = -lwinmm
libvcdx_plugin_la_LIBADD += -lwinmm
endif
libvcdx_plugin_la_LDFLAGS = $(AM_LDFLAGS) -rpath '$(accessdir)'
if HAVE_DARWIN
......
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