[mythtv] CVS Compiler problem postprocess.c in /mythtv/libs/libavcodec

Isaac Richards ijr at po.cwru.edu
Mon Oct 11 19:23:06 UTC 2004


On Monday 11 October 2004 03:02 pm, stefan manteuffel wrote:
> Hello,
>
>
> gcc -c -pipe -O -fmessage-length=0 -fPIC -w -g -O -DHAVE_AV_CONFIG_H -I..
> -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_REENTRANT
> -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\"/usr/local\" -DMMX
> -DCONFIG_VIDEO4LINUX -DUSING_IVTV -DUSING_OSS -DQT_THREAD_SUPPORT
> -DQT_SHARED -DQT_TABLET_SUPPORT -DQT_NO_DEBUG -funroll-loops
> -I/usr/lib/qt3/mkspecs/default -I. -I../.. -I/usr/include
> -I/usr/lib/qt3/include -o postprocess.o libpostproc/postprocess.c
> -fomit-frame-pointer
>
>
> I added -fomit-frame-pointer and now it works.

Compiling without the default cflags is unsupported.

Isaac


More information about the mythtv-dev mailing list