summaryrefslogtreecommitdiffstats
path: root/mplayer.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 /mplayer.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 'mplayer.c')
-rw-r--r--mplayer.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mplayer.c b/mplayer.c
index a90094f600..5c7a2aadfb 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -57,10 +57,6 @@ extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
#include "codec-cfg.h"
-#ifdef HAVE_LIBCSS
-#include "libmpdemux/dvdauth.h"
-#endif
-
#ifdef USE_DVDNAV
#include <dvdnav.h>
#endif
@@ -1317,24 +1313,6 @@ if(!use_stdin && !slave_mode){
}
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);
- exit_player(MSGTR_Exit_error);
- }
- mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_CmdlineDVDkey);
- }
- if (dvd_auth_device) {
- if (dvd_auth(dvd_auth_device,filename)) {
- mp_msg(MSGT_CPLAYER,MSGL_FATAL,"Error in DVD auth...\n");
- exit_player(MSGTR_Exit_error);
- }
- mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_DVDauthOk);
- }
-#endif
-
if(stream_dump_type==5){
unsigned char buf[4096];
int len;