Public bug reported:
Not sure if this is the correct place to report this.
A simple typo in libvlc.h of the vlc-0.8.6-release source package
(obtained via "apt-get source vlc") prevents vlc from building. A "G"
was in place of what should have been an "O" for the constant
"FORCE_DOLBY_TEXT" (see patch below)
Here's a quick diff that seemed to fix the problem for me:
[code]
--- libvlc.h.old 2007-08-21 18:06:34.000000000 -0400
+++ libvlc.h 2007-08-21 18:06:39.000000000 -0400
@@ -190,7 +190,7 @@
"S/PDIF can be used by default when " \
"your hardware supports it as well as the audio stream being played.")
-#define FORCE_DGLBY_TEXT N_("Force detection of Dolby Surround")
+#define FORCE_DOLBY_TEXT N_("Force detection of Dolby Surround")
#define FORCE_DOLBY_LONGTEXT N_( \
"Use this when you know your stream is (or is not) encoded with Dolby "\
"Surround but fails to be detected as such. Even if the stream is "\
[/code]
** Affects: vlc (Ubuntu)
Importance: Undecided
Status: New
--
Typo in libvlc.h vlc-0.8.6.release breaks compilation
https://bugs.launchpad.net/bugs/133934
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs