]> git.sesse.net Git - vlc/commitdiff
* ms(e)vc/config.h.in: define HAVE_DYNAMIC_PLUGINS.
authorGildas Bazin <gbazin@videolan.org>
Wed, 11 May 2005 07:05:09 +0000 (07:05 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 11 May 2005 07:05:09 +0000 (07:05 +0000)
evc/config.h.in
msvc/config.h.in

index eb47bbcb328c090b6e560c333dd7eab7464d00d0..716915019165c80874c735fe2735496658fae3b3 100644 (file)
@@ -9,6 +9,9 @@
 /* Maximum supported data alignment */
 #define ATTRIBUTE_ALIGNED_MAX 16
 
+/* Define if we have support for dynamic plugins */
+#define HAVE_DYNAMIC_PLUGINS 1
+
 /* Define if you have Windows' LoadLibrary */
 #define HAVE_DL_WINDOWS 1
 
index 140a6de2ebe57baae343a6a957baeea75a6b0f81..5c00287f3fe7cb23720c7594d459304277f51299 100644 (file)
@@ -9,6 +9,9 @@
 /* Maximum supported data alignment */
 #define ATTRIBUTE_ALIGNED_MAX 16
 
+/* Define if we have support for dynamic plugins */
+#define HAVE_DYNAMIC_PLUGINS 1
+
 /* Define if you have Windows' LoadLibrary */
 #define HAVE_DL_WINDOWS 1