Search found 3 matches

Go to advanced search

by syaik
10 Aug 2009 12:45
Forum: Development around libVLC
Topic: Suppressing Debug Info
Replies: 4
Views: 836

Re: Suppressing Debug Info

I am not. Here's are the arguments I'm passing into libvlc_new(): const char* const vlc_args[] = { "-I", "dummy", // Don't use any interface "--ignore-config", // Don't use VLC's config "--quiet", "-v 0", };
by syaik
10 Aug 2009 04:10
Forum: Development around libVLC
Topic: Suppressing Debug Info
Replies: 4
Views: 836

Re: Suppressing Debug Info

On taking a second look, I noticed that this info occurs just when I run vlc. Am I correct in assuming that this implies that the vlc package (Ubuntu 9.04) I'm using was compiled with debug info, which means I'll need to fetch a fresh copy?

Thanks!
by syaik
10 Aug 2009 03:31
Forum: Development around libVLC
Topic: Suppressing Debug Info
Replies: 4
Views: 836

Suppressing Debug Info

Is there some sort of flag I need to define at compile time of my program in order to suppress debug info? I've been looking through the API and the headers in /usr/include/vlc and haven't come up with much. Thanks. Basically, I would like to be able to suppress the following from being output when ...

Go to advanced search