# HG changeset patch # User Petri Hintukainen # Date 1198922419 -7200 # Node ID 32fecfe46138eb48e229074397e896592d90f1b0 # Parent b18cd37347c9b19b8845eabab5ecbd4f9ebf4567 Export xine_new_framegrab_audio_port from libxine.so (function prototype in xine.h is guarded by XINE_ENABLE_EXPERIMENTAL_FEATURES macro) diff -r b18cd37347c9 -r 32fecfe46138 src/xine-engine/load_plugins.c --- a/src/xine-engine/load_plugins.c Fri Dec 28 13:54:11 2007 +0100 +++ b/src/xine-engine/load_plugins.c Sat Dec 29 12:00:19 2007 +0200 @@ -42,6 +42,7 @@ #include +#define XINE_ENABLE_EXPERIMENTAL_FEATURES 1 #include "load_plugins.h" #define LOG_MODULE "load_plugins" @@ -51,7 +52,6 @@ #define LOG */ -#define XINE_ENABLE_EXPERIMENTAL_FEATURES 1 #define XINE_ENGINE_INTERNAL #include #include