summaryrefslogtreecommitdiff
path: root/src/libreal/real_common.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-16 20:45:21 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-16 20:45:21 +0000
commitf39902b9cf71081aa1701e9c7a857f1215982199 (patch)
tree6feaa160244011be6066ad7801a6b78b23afcdfb /src/libreal/real_common.h
parent066220e7145c94fd6751c0631374ef3b34dc983c (diff)
downloadxine-lib-f39902b9cf71081aa1701e9c7a857f1215982199.tar.gz
xine-lib-f39902b9cf71081aa1701e9c7a857f1215982199.tar.bz2
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
Diffstat (limited to 'src/libreal/real_common.h')
-rw-r--r--src/libreal/real_common.h4
1 files changed, 3 insertions, 1 deletions
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