summaryrefslogtreecommitdiffstats
path: root/rules/ffmpeg.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-10-07 15:33:28 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-10-07 15:33:28 +0000
commit3fba56f85309c6c90769ddd5ae18ad5bc1a8e658 (patch)
tree0d5e4b6136f14a9e1f05259ae9bc5415723dbe9a /rules/ffmpeg.make
parent66255e87944d64cc4f7879395a766bd29077e75d (diff)
downloadptxdist-3fba56f85309c6c90769ddd5ae18ad5bc1a8e658.tar.gz
ptxdist-3fba56f85309c6c90769ddd5ae18ad5bc1a8e658.tar.xz
* ptxdist stops for architectures ffmpeg.make doesn't support.
This happens carelessly if ffmpeg is actually selected or not. Changed the error to warning to fix this. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8920 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ffmpeg.make')
-rw-r--r--rules/ffmpeg.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/ffmpeg.make b/rules/ffmpeg.make
index a36db997e..9fab587bd 100644
--- a/rules/ffmpeg.make
+++ b/rules/ffmpeg.make
@@ -178,7 +178,7 @@ ifdef PTXCONF_ARCH_ARM
--disable-mmx \
--disable-iwmmxt
else
- $(error Please define the config options for this CPU type!)
+ $(warning Please define the config options for this CPU type!)
endif
endif
endif