From f39902b9cf71081aa1701e9c7a857f1215982199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 16 Mar 2007 20:45:21 +0000 Subject: Move autodetection of Real codecs path to the common code unit, and rewrite to a) minimise the number of stat() calls happening; b) support FreeBSD paths. CVS patchset: 8682 CVS date: 2007/03/16 20:45:21 --- src/libreal/real_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/libreal/real_common.h') diff --git a/src/libreal/real_common.h b/src/libreal/real_common.h index 2d4c1dee0..717c80168 100644 --- a/src/libreal/real_common.h +++ b/src/libreal/real_common.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: real_common.h,v 1.2 2007/03/16 20:21:40 dgp85 Exp $ + * $Id: real_common.h,v 1.3 2007/03/16 20:45:21 dgp85 Exp $ * * Common function for the thin layer to use Real binary-only codecs in xine */ @@ -54,4 +54,6 @@ void ___brk_addr(void) EXPORTED; void __ctype_b(void) EXPORTED; #endif +void _x_real_codecs_init(xine_t *const xine); + #endif -- cgit v1.2.3