Search found 9 matches

Go to advanced search

by Hxp
17 Mar 2007 11:50
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Command line transcoding?
Replies: 1
Views: 821

hey, yes this should be possible. Take a look at: http://wiki.videolan.org/index.php/Transcoding and http://www.videolan.org/doc/streaming-howto/en/ch03.html (Chapters 3 and 4). As the syntax is not that easy, you could first use the build-in wizard. You can easily manage your settings and at the en...
by Hxp
17 Mar 2007 10:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Problem installing VLC on Suse 10
Replies: 4
Views: 1115

Hey,

I think you need the wxGTK (and probably the wxGTK-compat too). These are listed if you use YaST and if you type in these package names in the search form.
Regards
by Hxp
06 Mar 2007 18:35
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Bootstrap error with trunk
Replies: 4
Views: 3992

You have not posted the complete output of the bootstrapping, but probably there is some output similar to: + libtoolize --copy --force You should add the contents of `c:/msys/mingw/share/aclocal/libtool.m4' to `aclocal.m4'. Putting files in AC_CONFIG_AUX_DIR, `autotools'. Probably this helps to get...
by Hxp
04 Mar 2007 17:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Ffmpeg support seems broken
Replies: 7
Views: 1575

as I have stated in another Thread I am very new to shared libraries, but probably this helps: the linker does allow R_PPC_REL24 relocations in shared libraries. These relocs come from object files compiled without -fPIC. Code compiled without -fPIC is not supposed to work in shared libraries. Proba...
by Hxp
04 Mar 2007 17:21
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED]cannot load module ffmpeg (undefined symbol a52_init
Replies: 4
Views: 1406

Thank you so much for your answer. I added all --with-ffmpeg-* commands to my configure line, but this did not work out. I now added the shared libraries manually to the libffmpeg_plugin.so. The last command during make in directory /modules/codec/ffmpeg is gcc -std=gnu99 -shared [...]. This creates...
by Hxp
25 Feb 2007 20:33
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED]cannot load module ffmpeg (undefined symbol a52_init
Replies: 4
Views: 1406

Ok I have found a kind of workaround to my problem. I now use the precompiled ffmpeg library (from the videolan YUM source) and additionally have compiled and installed the swscaler by myself (because this is needed for the svn-version of vlc and was not provided with the precompiled ffmpeg). If any...
by Hxp
25 Feb 2007 15:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Segmentation Fault when Running VLC (Compiled on Mandriva)
Replies: 2
Views: 1469

Hello,

could you please execute vlc in verbose mode
e.g. ./vlc -vvv
and post the output. Probably this helps us to find the error. Also include your configure command with your next posting.
by Hxp
25 Feb 2007 15:11
Forum: VLC media player for Linux and friends Troubleshooting
Topic: [SOLVED]cannot load module ffmpeg (undefined symbol a52_init
Replies: 4
Views: 1406

[SOLVED]cannot load module ffmpeg (undefined symbol a52_init

Hey community, I have a problem when compiling and running latest svn checkout of vlc. It compiled fine, but during the start vlc outputs: main libvlc warning: cannot load module `modules/codec/ffmpeg/.libs/libffmpeg_plugin.so' (modules/codec/ffmpeg/.libs/libffmpeg_plugin.so: undefined symbol: a52_i...
by Hxp
27 Dec 2006 13:32
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Error while building vlc with wx2.8
Replies: 9
Views: 7881

If you are compiling vlc 0.8.6 or the latest svn checkout then compile it with wxwidgets 2.6.3 (downloadable from http://www.wxwidgets.org/downloads/#previous_stable ). Provide the path to the wxwidget directory by adding --with-wx-config-path=/path/to/your/wxWidgets-2.6.3 to the configure command. ...

Go to advanced search