]> git.sesse.net Git - ffmpeg/commitdiff
Add a small comment about a part that should be in configure.
authorDiego Biurrun <diego@biurrun.de>
Sat, 27 May 2006 12:57:54 +0000 (12:57 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sat, 27 May 2006 12:57:54 +0000 (12:57 +0000)
Originally committed as revision 5414 to svn://svn.ffmpeg.org/ffmpeg/trunk

common.mak

index ff25cf6356348cbe1f015b0cf8c62c995546ccbd..36e5fe83764b6cfffb3a7431fcb36c18fa21c1b3 100644 (file)
@@ -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