diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 22:46:49 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-03-16 22:46:49 +0000 |
commit | 38dcab246c58c2088c3ec2aed6e632dae6a8467d (patch) | |
tree | 64aefc119ccfd9b6a26a174c518c9131e80badd8 /src/libreal/real_common.h | |
parent | 9c8d1c5851fbe93e986bbf7e0fbe16c7592b58fa (diff) | |
download | xine-lib-38dcab246c58c2088c3ec2aed6e632dae6a8467d.tar.gz xine-lib-38dcab246c58c2088c3ec2aed6e632dae6a8467d.tar.bz2 |
Actually, drv3.so.6.0 is still needed to be checked for the Alpha codecs, but as those are the oldest ones, check drvc.so for autodetection, only.
CVS patchset: 8689
CVS date: 2007/03/16 22:46:49
Diffstat (limited to 'src/libreal/real_common.h')
-rw-r--r-- | src/libreal/real_common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libreal/real_common.h b/src/libreal/real_common.h index fd27ce5cf..86cf4a63f 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.4 2007/03/16 21:37:58 dgp85 Exp $ + * $Id: real_common.h,v 1.5 2007/03/16 22:46:49 dgp85 Exp $ * * Common function for the thin layer to use Real binary-only codecs in xine */ @@ -56,6 +56,7 @@ void __ctype_b(void) EXPORTED; void _x_real_codecs_init(xine_t *const xine); void *_x_real_codec_open(xine_stream_t *const stream, const char *const path, - const char *const codec_name); + const char *const codec_name, + const char *const codec_alternate); #endif |