From 9112174a2366d8bbab74f6f21b3ba9fda4c2de51 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 28 Jul 2001 05:36:45 +0000 Subject: Added StrongARM crosscompiling support by Maksim Krasnyanskiy and fixed a --datadir bug in configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TVout/fbset/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TVout') diff --git a/TVout/fbset/Makefile b/TVout/fbset/Makefile index 3a71024b01..d2e2ec0d4b 100644 --- a/TVout/fbset/Makefile +++ b/TVout/fbset/Makefile @@ -2,7 +2,7 @@ # Linux Frame Buffer Device Configuration # -CC = gcc -Wall -O2 -I. +CC = $(CC) -Wall -O2 -I. BISON = bison -d FLEX = flex INSTALL = install -- cgit v1.2.3