summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 21:34:05 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 21:34:05 +0000
commit922162fb5d99604e8c7fdb72b09f626c6d9f087e (patch)
tree634bc568df4e64038251148ebf459dcba24bb615 /mencoder.c
parenta5766ca031aba607b687e230c4eea0130aae5e68 (diff)
downloadmpv-922162fb5d99604e8c7fdb72b09f626c6d9f087e.tar.bz2
mpv-922162fb5d99604e8c7fdb72b09f626c6d9f087e.tar.xz
removed the historic libcss support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11593 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c23
1 files changed, 0 insertions, 23 deletions
diff --git a/mencoder.c b/mencoder.c
index c6195e9ec8..b15d475994 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -63,10 +63,6 @@
#include <lame/lame.h>
#endif
-#ifdef HAVE_LIBCSS
-#include "libmpdemux/dvdauth.h"
-#endif
-
#include <inttypes.h>
#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... */