Audacity crashes with ffmpeg=yes
The Sbo slackbuild for Audacity-1.3.13-beta crashes during "make" if you enable ffmpeg. Enabling twolame was ok (not going to use soundtouch so that was not tested). I am using the ffmpeg-HEAD-4ac5dff.tar.gz git snaposhot from 13June2011 from the main repository git://git.videolan.org/ffmpeg.git
So this is more of an FYI since I am not using the Sbo version of ffmpeg.
The output was:
g++ -c -I../lib-src/portmixer/include -O2 -fPIC -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../lib-src/FileDialog -I/tmp/SBo/audacity-src-1.3.13-beta/lib-src/lib-widget-extra -I../lib-src/libresample/include -I../lib-src/sbsms/include -I../lib-src/libnyquist -I../lib-src/libvamp -I../lib-src/portsmf -I../lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/lib64\" -D__STDC_CONSTANT_MACROS -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 AudacityApp.cpp -o AudacityApp.o
In file included from AudacityApp.cpp:70:0:
FFmpeg.h: In function 'void* av_fast_realloc(void*, unsigned int*, unsigned int)':
FFmpeg.h:559:4: error: declaration of C function 'void* av_fast_realloc(void*, unsigned int*, unsigned int)' conflicts with
/usr/include/libavcodec/avcodec.h:4145:7: error: previous declaration 'void* av_fast_realloc(void*, unsigned int*, size_t)' here
FFmpeg.h: In function 'void* av_malloc(unsigned int)':
FFmpeg.h:747:4: error: declaration of C function 'void* av_malloc(unsigned int)' conflicts with
/usr/include/libavutil/mem.h:73:7: error: previous declaration 'void* av_malloc(size_t)' here
FFmpeg.h: At global scope:
FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:125)
FFmpeg.h:787:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated
FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:125)
FFmpeg.h:787:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated
FFmpeg.h:793:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
FFmpeg.h:793:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
FFmpeg.h:799:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
FFmpeg.h:799:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)
make[1]: *** [AudacityApp.o] Error 1
make[1]: Leaving directory `/tmp/SBo/audacity-src-1.3.13-beta/src'
make: *** [audacity] Error 2
--
You! What PLANET is this!
-- McCoy, "The City on the Edge of Forever", stardate 3134.0
<div><p>The Sbo slackbuild for Audacity-1.3.13-beta crashes during "make" if you enable ffmpeg. Enabling twolame was ok (not going to use soundtouch so that was not tested). I am using the ffmpeg-HEAD-4ac5dff.tar.gz git snaposhot from 13June2011 from the main repository git://<a href="http://git.videolan.org/ffmpeg.git">git.videolan.org/ffmpeg.git</a><br><br>So this is more of an FYI since I am not using the Sbo version of ffmpeg.<br><br>The output was:<br>g++ -c -I../lib-src/portmixer/include -O2 -fPIC -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -I../lib-src/FileDialog -I/tmp/SBo/audacity-src-1.3.13-beta/lib-src/lib-widget-extra -I../lib-src/libresample/include -I../lib-src/sbsms/include -I../lib-src/libnyquist -I../lib-src/libvamp -I../lib-src/portsmf -I../lib-src/portaudio-v19/include -fno-strict-aliasing -I./include -I. -DLIBDIR=\"/usr/lib64\" -D__STDC_CONSTANT_MACROS -Wall -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 AudacityApp.cpp -o AudacityApp.o<br> In file included from AudacityApp.cpp:70:0:<br>FFmpeg.h: In function 'void* av_fast_realloc(void*, unsigned int*, unsigned int)':<br>FFmpeg.h:559:4: error: declaration of C function 'void* av_fast_realloc(void*, unsigned int*, unsigned int)' conflicts with<br> /usr/include/libavcodec/avcodec.h:4145:7: error: previous declaration 'void* av_fast_realloc(void*, unsigned int*, size_t)' here<br>FFmpeg.h: In function 'void* av_malloc(unsigned int)':<br>FFmpeg.h:747:4: error: declaration of C function 'void* av_malloc(unsigned int)' conflicts with<br> /usr/include/libavutil/mem.h:73:7: error: previous declaration 'void* av_malloc(size_t)' here<br>FFmpeg.h: At global scope:<br>FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:125)<br> FFmpeg.h:787:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br>FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated<br>FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:125)<br> FFmpeg.h:787:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br>FFmpeg.h:787:4: warning: 'AVMetadataTag' is deprecated<br>FFmpeg.h:793:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br> FFmpeg.h:793:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br>FFmpeg.h:799:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br>FFmpeg.h:799:4: warning: 'AVMetadata' is deprecated (declared at /usr/include/libavutil/dict.h:38)<br> make[1]: *** [AudacityApp.o] Error 1<br>make[1]: Leaving directory `/tmp/SBo/audacity-src-1.3.13-beta/src'<br>make: *** [audacity] Error 2<br><br clear="all"><br>-- <br>You! What PLANET is this!<br> -- McCoy, "The City on the Edge of Forever", stardate 3134.0<br><br></p></div>
RSS Feed