Fix for bug in tracker: [ 1021475 ] missing declaration
Summary:
missing declaration
mpeg2enc.cc will not compile if HAVE_GETOPT_LONG is not
defined, since two variables, declared at lines 666 and
667 are inside the #ifdef but used outside.
Note: The line numbers are wrong, look a bit later.