]> git.sesse.net Git - vlc/blobdiff - src/vlc-plugin.pc.in
httpd: fix error handling path
[vlc] / src / vlc-plugin.pc.in
index a00711a392b8c481e3cf5957311a87a837244058..4e698e905c93fd0a3788b203cfd8afe5e060a194 100644 (file)
@@ -10,6 +10,8 @@ Cflags: -I${includedir} -I${includedir}/vlc/plugins \
        -D_FILE_OFFSET_BITS=64 \
        -D__USE_UNIX98 \
        -D_LARGEFILE64_SOURCE \
+       @DEFS_BIGENDIAN@ \
        -D_REENTRANT \
        -D_THREAD_SAFE
-Libs: -L${libdir} -lvlc
+# Plugins should link against an _already_ loaded LibVLC.
+#Libs: -L${libdir} -lvlccore