]> git.sesse.net Git - vlc/blobdiff - Makefile.opts.in
* ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
[vlc] / Makefile.opts.in
index a539435be42bfc9a4b14fc425fec0b59ecc3f01f..788e435d1035356b6332fba6031afcf1d54331c8 100644 (file)
@@ -182,6 +182,10 @@ DEFINE += -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98
 # Gettext support
 DEFINE += -DLOCALEDIR=\"$(datadir)/locale\"
 
+# Data and plugin location
+DEFINE += -DDATA_PATH=\"@prefix@/share/videolan\"
+DEFINE += -DPLUGIN_PATH=\"@prefix@/lib/videolan/vlc\"
+
 ###############################################################################
 # Tuning and other variables - do not change anything except if you know
 # exactly what you are doing