diff options
Diffstat (limited to 'src/xine-engine')
-rw-r--r-- | src/xine-engine/Makefile.am | 2 | ||||
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 2ec481960..0e702e2d0 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/misc/Makefile.common include $(top_srcdir)/lib/Makefile.common -AM_CFLAGS = $(X_CFLAGS) $(FT2_CFLAGS) +AM_CFLAGS = $(X_CFLAGS) $(FT2_CFLAGS) $(VISIBILITY_FLAG) AM_CPPFLAGS = $(ZLIB_CPPFLAGS) -DXINE_LIBRARY_COMPILE LIBTOOL = $(SHELL) $(top_builddir)/libtool diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index a4414302e..4a6e6b138 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.177 2006/09/26 05:19:49 dgp85 Exp $ + * $Id: xine_internal.h,v 1.178 2006/09/26 05:48:16 dgp85 Exp $ * */ @@ -364,7 +364,7 @@ int _x_message(xine_stream_t *stream, int type, ...) #ifdef __GNUC__ __attribute__((sentinel)) #endif -; +XINE_PROTECTED; /* flush the message queues */ |