Un-escaped quotes in help_mp-nl.h give compilation error while compiling mencoder.c. In line 306 of help_mp-nl.h, "snelle" should be replaced by \"snelle\". Reproducible: Always Steps to Reproduce: 1. 2. 3.
I can confirm this bug. Fill error message: cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -march=athlon-xp -O2 -pipe -frename-registers -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I. -I/usr/include/freetype2 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -o mencoder.o mencoder.c In file included from libmpdemux/dvbin.h:5, from cfg-common.h:386, from cfg-mencoder.h:6, from mencoder.c:273: libmpdemux/dvb_defaults.h:69:3: let op: #warning No DVB-T country defined in dvb_defaults.h, defaulting to UK. Ignore this if using Satellite or Cable. mencoder.c: In function `lame_presets_longinfo_dm': mencoder.c:1837: error: parse-fout before "snelle" make: *** [mencoder.o] Fout 1 But the above will probably fix this.
In cvs.