diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-26 05:48:16 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-09-26 05:48:16 +0000 |
commit | 4ebfc9be70f8c2fb7ba18c39180101678ef1ba76 (patch) | |
tree | e1a2fefb79dc7e848210ac2123754d5841a2c567 /src/xine-engine | |
parent | 1b23ad7e208929b8b99e37de64282f74070f37b6 (diff) | |
download | xine-lib-4ebfc9be70f8c2fb7ba18c39180101678ef1ba76.tar.gz xine-lib-4ebfc9be70f8c2fb7ba18c39180101678ef1ba76.tar.bz2 |
Fix the missing protected symbols, and enable hidden visibility for libxine.so.
CVS patchset: 8290
CVS date: 2006/09/26 05:48:16
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 */ |