summaryrefslogtreecommitdiffstats
path: root/fibmap_mplayer.c
Commit message (Collapse)AuthorAgeFilesLines
* Return of the 'Old-style-DVD-support', with dynamic loading (using libdl) solgb2002-01-041-1/+4
| | | | | | | | | | | | no more conflict with libdvdread: you can compile in both of libdvdread and libcss support! You can even select libcss.so to load from command line or configuration file, with '-csslib /usr/local/lib/libcss.so' or something similar. Default for this option is /usr/local/lib/libcss.so. Note: libcss version (ver>0.1) with newer API is not supported in this version! This is the first version so stay tuned :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3976 b3059339-0415-0410-9bf9-f77b7e298cf2
* all error/warn/info messages moved to help_mp-en.h for translationarpi2001-09-261-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1974 b3059339-0415-0410-9bf9-f77b7e298cf2
* According an idea, mplayer now can use external setuid root wrapper to do ↵lgb2001-06-191-0/+35
FIBMAP ioctl (requires root priv). Also, a serious bug was fixed in dvdauth.c made by some guy when mixing old and new style CSS API into dvdauth.c ;-) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1165 b3059339-0415-0410-9bf9-f77b7e298cf2