diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-05-27 12:57:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-05-27 12:57:54 +0000 |
commit | 2afc0c12a7fd67432b18eae917a201cc0de24dc7 (patch) | |
tree | cf54afe65763a2da42f141b2f3578bb653e99807 | |
parent | c51c4fa08337aaaa1db4fe70d934585349741157 (diff) | |
download | ffmpeg-2afc0c12a7fd67432b18eae917a201cc0de24dc7.tar.gz |
Add a small comment about a part that should be in configure.
Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | common.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common.mak b/common.mak index ff25cf6356..36e5fe8376 100644 --- a/common.mak +++ b/common.mak @@ -15,6 +15,7 @@ CFLAGS+=-p LDFLAGS+=-p endif +#FIXME: This should be in configure/config.mak ifeq ($(TARGET_ARCH_SPARC64),yes) CFLAGS+= -mcpu=ultrasparc -mtune=ultrasparc endif |