Avidemux > Stable branch (2.5) discussion
Crash on copy-saving part of video encoded by Avidemux (mpeg4-asp(xvid)/mp3/mkv)
nibbles:
@Jan that is just reminder message that gets echo to your screen, in case you are like most people and your system dirs are not writeable.
@tuharsky - The file that is failing to compile or work right, ADM_infoExtractor_h264.cpp, gets built into libADM_infoExtractor_cli.a.
It contains an undefined reference. So let's go back up the config log and find that file, when it is compiled into that lib.
There we can see what is happening, if all the -I/include/stuff/is/there or not, or whatever.
Here's a gist of when ADM_infoExtractor_h264.cpp is compiled.
It says MALLOC.H and MANGLE are redefined. That's probably not good. Can anybody confirm? Other chaos ensues.
Jan Gruuthuse:
uploaded the same part for ADM_infoextractor_h264.cpp.o git://gist.github.com/1922572.git
after successful compilation Ubuntu 11.10 64-bit on Intel cpu: * All Done *
warning: "HAVE_MALLOC_H" redefined [enabled by default]
warning: "MANGLE" redefined [enabled by default]
tuharsky:
@nibbles Please, give me a more verbose hint on what to do. I'm not a programmer. ???
nibbles:
I was wrong, those are just warning, as Jan pointed out. Searching the net for ff_se_golomb_vlc_code, it turns out there's already a thread here that Jan was on (heh). It's over here: http://www.avidemux.org/smf/index.php?topic=10204.0
It looks like we'll have to add an object file to the executable. Easy enough. Let met check on it here....
nibbles:
The avidemux2_cli is linking against this:
--- Code: ---ADM_libraries/ffmpeg/libavcodec/libADM5avcodec.so.53
--- End code ---
but to see how libavcodec is being built, we need to build ffmpeg verbosely. Mean was able to get 2.6 to build verbosely, but I can't so far. I'm working on it. I want to see if libavcodec is being built against golomb.o. It is on 2.6 on my machine. But that's not helpful really. Ok that's it for now. (I tried to use /usr/bin/make V=1 VERBOSE=1 for the make command to ffmpeg, but no joy).
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version