diff options
Diffstat (limited to 'TOOLS')
-rw-r--r-- | TOOLS/README | 6 | ||||
-rwxr-xr-x | TOOLS/binary_codecs.sh (renamed from TOOLS/install-w32codecs.sh) | 0 | ||||
-rw-r--r-- | TOOLS/fastmemcpybench.c | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/TOOLS/README b/TOOLS/README index 7acf57daef..7aa32bd150 100644 --- a/TOOLS/README +++ b/TOOLS/README @@ -429,15 +429,15 @@ Note: You will need the libwww-perl stuff and the cabextract utility which can be found at http://www.kyz.uklinux.net/cabextract.php3. -install-w32codecs.sh +binary_codecs.sh Author: Andrea Menucci, thuglife Description: Downloads binary codecs from mplayerhq.hu and installs them on a Debian system. -Usage: install-w32codecs.sh install - install-w32codecs.sh uninstall +Usage: binary_codecs.sh install + binary_codecs.sh uninstall vobshift.py diff --git a/TOOLS/install-w32codecs.sh b/TOOLS/binary_codecs.sh index c4ab61cf4b..c4ab61cf4b 100755 --- a/TOOLS/install-w32codecs.sh +++ b/TOOLS/binary_codecs.sh diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c index 9a2e34a850..1e3cc14ce3 100644 --- a/TOOLS/fastmemcpybench.c +++ b/TOOLS/fastmemcpybench.c @@ -20,7 +20,7 @@ //#define ARR_SIZE 100000 #define ARR_SIZE (1024*768*2) -#ifdef HAVE_MGA +#ifdef CONFIG_MGA #include "drivers/mga_vid.h" @@ -98,7 +98,7 @@ int main( void ) unsigned char * marr1,*marr2; int i; unsigned int t; -#ifdef HAVE_MGA +#ifdef CONFIG_MGA mga_init(); marr1 = &frame[3]; #else |