summaryrefslogtreecommitdiffstats
path: root/contrib/ffmpeg
diff options
context:
space:
mode:
authoreddyg <[email protected]>2009-03-20 04:30:04 +0000
committereddyg <[email protected]>2009-03-20 04:30:04 +0000
commitaf73d2a799fa4b3f3effe57e9c184079ee1872c3 (patch)
tree7f881c4568df207557a9b84dfba36d22eaeb4700 /contrib/ffmpeg
parent24a14d05f1e1ddc42c9a0ccb9b0c4dfdc2ce29d2 (diff)
Another minor step on the way back to Solaris compiles - not linking as yet.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2265 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'contrib/ffmpeg')
-rw-r--r--contrib/ffmpeg/module.defs8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/ffmpeg/module.defs b/contrib/ffmpeg/module.defs
index 8c6c9d1e4..63ae39f44 100644
--- a/contrib/ffmpeg/module.defs
+++ b/contrib/ffmpeg/module.defs
@@ -35,3 +35,11 @@ ifeq (cygwin,$(BUILD.system))
FFMPEG.CONFIGURE.extra += --enable-memalign-hack
FFMPEG.GCC.args.extra = -fno-common
endif
+
+#
+# MPC8 Doesn't compile on SPARC
+#
+ifeq (solaris,$(BUILD.system))
+ FFMPEG.CONFIGURE.extra += --disable-demuxer=mpc8
+endif
+