From 1b23ad7e208929b8b99e37de64282f74070f37b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Tue, 26 Sep 2006 05:19:47 +0000 Subject: Use protected visibility for all the functions exported by libxine.so, so that their binding is local to the library (has a similar effect to -Bsymbolic, but will work better with hidden visibility enabled, that is step two). CVS patchset: 8289 CVS date: 2006/09/26 05:19:47 --- src/xine-engine/spu_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xine-engine/spu_decoder.h') diff --git a/src/xine-engine/spu_decoder.h b/src/xine-engine/spu_decoder.h index eaa2f8ec2..66ab5e54a 100644 --- a/src/xine-engine/spu_decoder.h +++ b/src/xine-engine/spu_decoder.h @@ -139,6 +139,6 @@ struct spu_decoder_s { * int success = process_spu(spu); * } while (!success && thread_vacant); */ -int _x_spu_decoder_sleep(xine_stream_t *, int64_t next_spu_vpts); +int _x_spu_decoder_sleep(xine_stream_t *, int64_t next_spu_vpts) XINE_PROTECTED; #endif /* HAVE_SPUDEC_H */ -- cgit v1.2.3