Mingw Makefile Crash SVN26759
"Henry Garcia" <[email protected]> Tue, 13 May 2008 18:55:09 -0400
| Newsgroups | gmane.comp.video.mplayer.cygwin |
|---|---|
| Message-ID | <[email protected]> |
> > > You can manually add targets to the main makefile (if needed): > libavutil/libavutil.a: > $(MAKE) -C libavutil > > libavcodec/libavcodec.a: > $(MAKE) -C libavcodec > > libpostproc/libpostproc.a: > $(MAKE) -C libpostproc > > libavformat/libavformat.a: > $(MAKE) -C libavformat > > libswscale/libswscale.a: > $(MAKE) -C libswscale > > -- > jirja > > > Appended those lines to the end. That worked. But now the mp3 codec is crashing on me on the exe file. I'm using gcc-4.3.0 with binutils 2.17.50. Maybe I should disable nasm in the mp3lib? Thanks