Mercurial > mplayer.hg
view dvdauth.h @ 533:ca59ef4ce54d
driver info now depends on detected DGA version
author | arpi_esp |
---|---|
date | Thu, 19 Apr 2001 21:39:10 +0000 |
parents | 888a85621f50 |
children | 22ed5f5821e2 |
line wrap: on
line source
#include "config.h" #ifdef HAVE_LIBCSS #ifndef _MPLAYER_CSS_H #define _MPLAYER_CSS_H extern char *dvd_device; extern unsigned char key_disc[]; extern unsigned char key_title[]; int dvd_auth ( char *, int ); #endif #endif