summaryrefslogtreecommitdiffstats
path: root/TVout
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 05:36:45 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-07-28 05:36:45 +0000
commit9112174a2366d8bbab74f6f21b3ba9fda4c2de51 (patch)
treed343c249e411ce193b5e43635ceaec78b87b5e13 /TVout
parentd7a1862c912ee2df45d409192092947c4819823b (diff)
downloadmpv-9112174a2366d8bbab74f6f21b3ba9fda4c2de51.tar.bz2
mpv-9112174a2366d8bbab74f6f21b3ba9fda4c2de51.tar.xz
Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1396 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TVout')
-rw-r--r--TVout/fbset/Makefile2
1 files changed, 1 insertions, 1 deletions
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