summaryrefslogtreecommitdiffstats
path: root/rules/ffmpeg.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2006-06-21 13:17:22 +0000
committerLuotao Fu <l.fu@pengutronix.de>2006-06-21 13:17:22 +0000
commit1813063b80d75e6759cd26301cdc7c3c0a736e25 (patch)
tree0b164e9c8507771fe1ead30b54997a2e21e69c99 /rules/ffmpeg.in
parent1e059a91025bf68af8d31d5c09bbadc3199ca322 (diff)
downloadptxdist-1813063b80d75e6759cd26301cdc7c3c0a736e25.tar.gz
ptxdist-1813063b80d75e6759cd26301cdc7c3c0a736e25.tar.xz
fixed crosscompile errors for initng, ffmpeg and qtopia
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5844 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ffmpeg.in')
-rw-r--r--rules/ffmpeg.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/ffmpeg.in b/rules/ffmpeg.in
index bcffbb1ec..03a5bc6d8 100644
--- a/rules/ffmpeg.in
+++ b/rules/ffmpeg.in
@@ -1,6 +1,10 @@
+comment "ffmpeg not supported by strongARM"
+ depends on ARCH_ARM && !BROKEN
+
menuconfig FFMPEG
bool
depends on BUILD_USERLAND
+ depends on ARCH_ARM && BROKEN
select ZLIB if FFMPEG_ZLIB
select SDL if FFMPEG_FFPLAY
prompt "FFMPEG "