From 922162fb5d99604e8c7fdb72b09f626c6d9f087e Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 8 Dec 2003 21:34:05 +0000 Subject: removed the historic libcss support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index c6195e9ec8..b15d475994 100644 --- a/mencoder.c +++ b/mencoder.c @@ -63,10 +63,6 @@ #include #endif -#ifdef HAVE_LIBCSS -#include "libmpdemux/dvdauth.h" -#endif - #include #include "libvo/fastmemcpy.h" @@ -486,25 +482,6 @@ if(stream->type==STREAMTYPE_DVD){ stream->start_pos+=seek_to_byte; -#ifdef HAVE_LIBCSS -// current_module="libcss"; - if (dvdimportkey) { - if (dvd_import_key(dvdimportkey)) { - mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_ErrorDVDkey); - mencoder_exit(1,NULL); - } - mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_CmdlineDVDkey); - } - if (dvd_auth_device) { - // if (dvd_auth(dvd_auth_device,f)) { - if (dvd_auth(dvd_auth_device,filename)) { - mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_ErrorDVDAuth); - mencoder_exit(1,NULL); - } - mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk); - } -#endif - if(stream_cache_size>0) stream_enable_cache(stream,stream_cache_size*1024,0,0); if(demuxer2) audio_id=-2; /* do NOT read audio packets... */ -- cgit v1.2.3