* [gentoo-user] DVDStyper build error - bad conversion to enum
@ 2011-08-29 15:10 Gregory Woodbury
2011-08-29 17:10 ` Michael Schreckenbauer
0 siblings, 1 reply; 2+ messages in thread
From: Gregory Woodbury @ 2011-08-29 15:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1.1: Type: text/plain, Size: 279 bytes --]
Installing dvdstyle results in an error in the mediatrc-ffmpeg.cpp module.
There is a bad int to enum conversion for AVPictureType
Ebuild log attached.
--
G.Wolfe Woodbury
redwolfe@gmail.com
-----------------------------------------------------------------------------------
[-- Attachment #1.2: Type: text/html, Size: 375 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: build.log --]
[-- Type: text/x-log; name="build.log", Size: 53873 bytes --]
^[[32;01m * ^[[39;49;00mPackage: media-video/dvdstyler-1.8.1
^[[32;01m * ^[[39;49;00mRepository: gentoo
^[[32;01m * ^[[39;49;00mMaintainer: media-video@gentoo.org
^[[32;01m * ^[[39;49;00mUSE: amd64 elibc_glibc gnome kernel_linux multilib userland_GNU
^[[32;01m * ^[[39;49;00mFEATURES: sandbox
>>> Unpacking source...
>>> Unpacking DVDStyler-1.8.1.tar.bz2 to /var/tmp/portage/media-video/dvdstyler-1.8.1/work
>>> Source unpacked in /var/tmp/portage/media-video/dvdstyler-1.8.1/work
>>> Preparing source in /var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1 ...
^[[32;01m*^[[0m Applying dvdstyler-1.8.1-cast.patch ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1 ...
^[[32;01m*^[[0m Checking wxGTK-2.8 for X support ...
^[[A^[[72C ^[[34;01m[ ^[[32;01mok^[[34;01m ]^[[0m
^[[32;01m*^[[0m Requested wxWidgets: gtk2 2.8
^[[32;01m*^[[0m Using wxWidgets: gtk2-unicode-release-2.8
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/dvdstyler-1.8.1 --disable-debug --disable-dependency-tracking --with-wx-config=/usr/lib64/wx/config/gtk2-unicode-release-2.8
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for install location... /usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... none
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... none
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... none needed
checking whether yytext is a pointer... no
checking for bison... bison -y
checking for wx-config... /usr/lib64/wx/config/gtk2-unicode-release-2.8
checking for wxWindows version >= 2.8.7... yes (version 2.8.12)
checking for main in -lwxsvg... yes
checking for wxSVG library with FFMPEG support... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking wxSVG/svg.h usability... yes
checking wxSVG/svg.h presence... yes
checking for wxSVG/svg.h... yes
checking if wxWindows was linked with GTK2... yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GNOMEUI2... yes
checking for LIBEXIF... yes
checking for FFMPEG... yes
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking for FONTCONFIG... yes
checking for msgfmt... /usr/bin/msgfmt
checking for xmlto... /usr/bin/xmlto
checking for zip... /usr/bin/zip
checking for dvdauthor... /usr/bin/dvdauthor
checking for mkisofs... /usr/bin/mkisofs
checking for growisofs... /usr/bin/growisofs
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/rc/Makefile
config.status: creating wxVillaLib/Makefile
config.status: creating locale/Makefile
config.status: creating backgrounds/Makefile
config.status: creating buttons/Makefile
config.status: creating docs/Makefile
config.status: creating objects/Makefile
config.status: creating data/Makefile
config.status: creating templates/Makefile
config.status: executing depfiles commands
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1 ...
make -j3
Making all in wxVillaLib
make[1]: Entering directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/wxVillaLib'
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o ExifHandler.o ExifHandler.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o ImageProc.o ImageProc.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o imagjpg.o imagjpg.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o PipeExecute.o PipeExecute.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o PropDlg.o PropDlg.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o SConv.o SConv.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Thumbnails.o Thumbnails.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o ThumbnailFactory.o ThumbnailFactory.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o utils.o utils.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -DORBIT2=1 -pthread -D_REENTRANT -DQT_SHARED -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng14 -I/usr/include/qt4 -I/usr/include/qt4/QtGui -I/usr/include/libdrm -I/usr/include/qt4/QtCore -I/usr/include/libexif -DWX_SVG -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o VerticalToolbar.o VerticalToolbar.cpp
rm -f libwxvilla.a
ar cru libwxvilla.a ExifHandler.o ImageProc.o imagjpg.o PipeExecute.o PropDlg.o SConv.o Thumbnails.o ThumbnailFactory.o utils.o VerticalToolbar.o
x86_64-pc-linux-gnu-ranlib libwxvilla.a
make[1]: Leaving directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/wxVillaLib'
Making all in src
make[1]: Entering directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src'
Making all in rc
make[2]: Entering directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src/rc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src/rc'
make[2]: Entering directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src'
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Config.o Config.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Languages.o Languages.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Utils.o Utils.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o DVDAction.o DVDAction.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o DVD.o DVD.cpp
flex -s -B -Cem -odvdvml.c -Pdvdvm dvdvml.l
bison -y -o dvdvmy.c -d -p dvdvm dvdvmy.y
bison -y -o dvdvmy.c -d -p dvdvm dvdvmy.y
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Cache.o Cache.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o mediaenc.o mediaenc.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o mediaenc_ffmpeg.o mediaenc_ffmpeg.cpp
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o mediatrc_ffmpeg.o mediatrc_ffmpeg.cpp
In file included from mediatrc_ffmpeg.cpp:11:0:
mediatrc_ffmpeg.h:155:20: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:132)
mediaenc_ffmpeg.cpp: In member function 'virtual bool wxFfmpegMediaEncoder::BeginEncode(const wxString&, VideoFormat, AudioFormat, AspectRatio, int)':
mediaenc_ffmpeg.cpp:65:36: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediaenc_ffmpeg.cpp:65:66: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediaenc_ffmpeg.cpp:67:21: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediaenc_ffmpeg.cpp:67:63: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediaenc_ffmpeg.cpp:95:9: warning: 'int av_set_parameters(AVFormatContext*, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1493)
mediaenc_ffmpeg.cpp:95:44: warning: 'int av_set_parameters(AVFormatContext*, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1493)
mediaenc_ffmpeg.cpp:99:5: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediaenc_ffmpeg.cpp:99:67: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediaenc_ffmpeg.cpp:109:9: warning: 'int url_fopen(AVIOContext**, const char*, int)' is deprecated (declared at /usr/include/libavformat/avio.h:281)
mediaenc_ffmpeg.cpp:109:66: warning: 'int url_fopen(AVIOContext**, const char*, int)' is deprecated (declared at /usr/include/libavformat/avio.h:281)
mediaenc_ffmpeg.cpp:118:5: warning: 'int av_write_header(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1551)
mediaenc_ffmpeg.cpp:118:32: warning: 'int av_write_header(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1551)
mediaenc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaEncoder::addVideoStream(int, VideoFormat, AspectRatio, int)':
mediaenc_ffmpeg.cpp:136:6: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediaenc_ffmpeg.cpp:136:58: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediaenc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaEncoder::addAudioStream(int)':
mediaenc_ffmpeg.cpp:171:6: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediaenc_ffmpeg.cpp:171:58: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediaenc_ffmpeg.cpp: In member function 'virtual void wxFfmpegMediaEncoder::EndEncode()':
mediaenc_ffmpeg.cpp:400:5: warning: 'int url_fclose(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:282)
mediaenc_ffmpeg.cpp:400:31: warning: 'int url_fclose(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:282)
x86_64-pc-linux-gnu-g++ -DPACKAGE_NAME=\"DVDStyler\" -DPACKAGE_TARNAME=\"dvdstyler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"DVDStyler\ 1.0\" -DPACKAGE_BUGREPORT=\"dvdstyler-users@lists.sourceforge.net\" -DPACKAGE=\"dvdstyler\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -I.. -O2 -pipe -fno-strict-aliasing -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -DGNOME2 -DDATADIR=\"/usr/share/dvdstyler\" -c -o Palette3D.o Palette3D.cpp
mediatrc_ffmpeg.cpp: In member function 'virtual bool wxFfmpegMediaTranscoder::AddInputFile(const wxString&, bool, bool, bool)':
mediatrc_ffmpeg.cpp:263:8: warning: 'int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1170)
mediatrc_ffmpeg.cpp:263:78: warning: 'int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1170)
mediatrc_ffmpeg.cpp:299:4: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp:299:41: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp:339:9: warning: 'AVCodecContext::rate_emu' is deprecated (declared at /usr/include/libavcodec/avcodec.h:1274)
mediatrc_ffmpeg.cpp:339:9: warning: 'AVCodecContext::rate_emu' is deprecated (declared at /usr/include/libavcodec/avcodec.h:1274)
mediatrc_ffmpeg.cpp:363:3: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp:363:68: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp: In member function 'virtual bool wxFfmpegMediaTranscoder::SetOutputFile(const wxString&, VideoFormat, wxArrayInt, wxArrayInt, int, bool, int)':
mediatrc_ffmpeg.cpp:392:18: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:392:55: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:394:18: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:394:48: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:396:18: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:396:48: warning: 'AVOutputFormat* guess_format(const char*, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:977)
mediatrc_ffmpeg.cpp:426:3: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:427:37: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:429:2: warning: 'void av_metadata_conv(AVFormatContext*, const AVMetadataConv*, const AVMetadataConv*)' is deprecated (declared at /usr/include/libavformat/avformat.h:176)
mediatrc_ffmpeg.cpp:429:55: warning: 'void av_metadata_conv(AVFormatContext*, const AVMetadataConv*, const AVMetadataConv*)' is deprecated (declared at /usr/include/libavformat/avformat.h:176)
mediatrc_ffmpeg.cpp:442:6: warning: 'int url_exist(const char*)' is deprecated (declared at /usr/include/libavformat/avio.h:345)
mediatrc_ffmpeg.cpp:442:47: warning: 'int url_exist(const char*)' is deprecated (declared at /usr/include/libavformat/avio.h:345)
mediatrc_ffmpeg.cpp:448:6: warning: 'int url_fopen(AVIOContext**, const char*, int)' is deprecated (declared at /usr/include/libavformat/avio.h:281)
mediatrc_ffmpeg.cpp:448:68: warning: 'int url_fopen(AVIOContext**, const char*, int)' is deprecated (declared at /usr/include/libavformat/avio.h:281)
mediatrc_ffmpeg.cpp:454:6: warning: 'int av_set_parameters(AVFormatContext*, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1493)
mediatrc_ffmpeg.cpp:454:30: warning: 'int av_set_parameters(AVFormatContext*, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1493)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::AddVideoStream(AVFormatContext*, VideoFormat, int, bool)':
mediatrc_ffmpeg.cpp:521:3: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp:521:46: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::AddAudioStream(AVFormatContext*, AudioFormat, int)':
mediatrc_ffmpeg.cpp:662:3: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp:662:46: warning: 'int avcodec_thread_init(AVCodecContext*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3781)
mediatrc_ffmpeg.cpp:708:3: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:708:60: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::AddSubtitleStream(AVFormatContext*, SubtitleFormat)':
mediatrc_ffmpeg.cpp:750:3: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:750:63: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp: In member function 'virtual bool wxFfmpegMediaTranscoder::Run(bool&)':
mediatrc_ffmpeg.cpp:827:13: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp:827:73: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp:940:18: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:132)
mediatrc_ffmpeg.cpp:948:13: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:948:67: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:949:9: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:949:63: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:950:4: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:950:63: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:1191:18: warning: 'AVMetadataTag' is deprecated (declared at /usr/include/libavformat/avformat.h:132)
mediatrc_ffmpeg.cpp:1214:15: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:1214:85: warning: 'AVDictionaryEntry* av_metadata_get(AVDictionary*, const char*, const AVDictionaryEntry*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:145)
mediatrc_ffmpeg.cpp:1215:4: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:1215:63: warning: 'int av_metadata_set(AVMetadata**, const char*, const char*)' is deprecated (declared at /usr/include/libavformat/avformat.h:158)
mediatrc_ffmpeg.cpp:1216:3: warning: 'void av_metadata_conv(AVFormatContext*, const AVMetadataConv*, const AVMetadataConv*)' is deprecated (declared at /usr/include/libavformat/avformat.h:176)
mediatrc_ffmpeg.cpp:1216:95: warning: 'void av_metadata_conv(AVFormatContext*, const AVMetadataConv*, const AVMetadataConv*)' is deprecated (declared at /usr/include/libavformat/avformat.h:176)
mediatrc_ffmpeg.cpp:1222:7: warning: 'int av_write_header(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1551)
mediatrc_ffmpeg.cpp:1222:25: warning: 'int av_write_header(AVFormatContext*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1551)
mediatrc_ffmpeg.cpp:1236:6: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp:1236:66: warning: 'void dump_format(AVFormatContext*, int, const char*, int)' is deprecated (declared at /usr/include/libavformat/avformat.h:1618)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::OutputPacket(AVInputStream*, int, AVOutputStream**, int, const AVPacket*, int, uint8_t*)':
mediatrc_ffmpeg.cpp:1536:11: warning: 'int avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3831)
mediatrc_ffmpeg.cpp:1537:36: warning: 'int avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3831)
mediatrc_ffmpeg.cpp:1561:11: warning: 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3893)
mediatrc_ffmpeg.cpp:1562:39: warning: 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3893)
mediatrc_ffmpeg.cpp:1579:11: warning: 'int avcodec_decode_subtitle(AVCodecContext*, AVSubtitle*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3946)
mediatrc_ffmpeg.cpp:1580:41: warning: 'int avcodec_decode_subtitle(AVCodecContext*, AVSubtitle*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3946)
mediatrc_ffmpeg.cpp:1638:23: warning: 'AVCodecContext::rate_emu' is deprecated (declared at /usr/include/libavcodec/avcodec.h:1274)
mediatrc_ffmpeg.cpp:1638:23: warning: 'AVCodecContext::rate_emu' is deprecated (declared at /usr/include/libavcodec/avcodec.h:1274)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::DoAudioOut(AVFormatContext*, AVOutputStream*, AVInputStream*, unsigned char*, int)':
mediatrc_ffmpeg.cpp:1891:13: warning: 'int av_get_bits_per_sample_format(AVSampleFormat)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4069)
mediatrc_ffmpeg.cpp:1891:58: warning: 'int av_get_bits_per_sample_format(AVSampleFormat)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4069)
mediatrc_ffmpeg.cpp:1892:13: warning: 'int av_get_bits_per_sample_format(AVSampleFormat)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4069)
mediatrc_ffmpeg.cpp:1892:58: warning: 'int av_get_bits_per_sample_format(AVSampleFormat)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:4069)
mediatrc_ffmpeg.cpp: In member function 'bool wxFfmpegMediaTranscoder::DoVideoOut(AVFormatContext*, AVOutputStream*, AVInputStream*, AVFrame*, int*, int, uint8_t*)':
mediatrc_ffmpeg.cpp:2245:29: error: invalid conversion from 'int' to 'AVPictureType'
mediatrc_ffmpeg.cpp: In member function 'void wxFfmpegMediaTranscoder::PrintReport(AVFormatContext**, AVOutputStream**, int, int)':
mediatrc_ffmpeg.cpp:2369:15: warning: 'int64_t url_fsize(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:286)
mediatrc_ffmpeg.cpp:2369:31: warning: 'int64_t url_fsize(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:286)
mediatrc_ffmpeg.cpp: In member function 'virtual void wxFfmpegMediaTranscoder::End()':
mediatrc_ffmpeg.cpp:2459:3: warning: 'int url_fclose(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:282)
mediatrc_ffmpeg.cpp:2459:19: warning: 'int url_fclose(AVIOContext*)' is deprecated (declared at /usr/include/libavformat/avio.h:282)
mediatrc_ffmpeg.cpp:2462:4: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2462:45: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2469:4: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2469:46: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2472:4: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2472:46: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2474:3: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
mediatrc_ffmpeg.cpp:2474:32: warning: 'void av_metadata_free(AVDictionary**)' is deprecated (declared at /usr/include/libavformat/avformat.h:192)
make[2]: *** [mediatrc_ffmpeg.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1/src'
make: *** [all-recursive] Error 1
emake failed
^[[31;01m*^[[0m ERROR: media-video/dvdstyler-1.8.1 failed (compile phase):
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m Call stack:
^[[31;01m*^[[0m ebuild.sh, line 56: Called src_compile
^[[31;01m*^[[0m environment, line 2331: Called _eapi2_src_compile
^[[31;01m*^[[0m ebuild.sh, line 669: Called die
^[[31;01m*^[[0m The specific snippet of code:
^[[31;01m*^[[0m emake || die "emake failed"
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the output of 'emerge --info =media-video/dvdstyler-1.8.1',
^[[31;01m*^[[0m the complete build log and the output of 'emerge -pqv =media-video/dvdstyler-1.8.1'.
^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/media-video/dvdstyler-1.8.1/temp/build.log'.
^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/media-video/dvdstyler-1.8.1/temp/environment'.
^[[31;01m*^[[0m S: '/var/tmp/portage/media-video/dvdstyler-1.8.1/work/DVDStyler-1.8.1'
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [gentoo-user] DVDStyper build error - bad conversion to enum
2011-08-29 15:10 [gentoo-user] DVDStyper build error - bad conversion to enum Gregory Woodbury
@ 2011-08-29 17:10 ` Michael Schreckenbauer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Schreckenbauer @ 2011-08-29 17:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 399 bytes --]
Hi,
Am Montag, 29. August 2011, 11:10:03 schrieb Gregory Woodbury:
> Installing dvdstyle results in an error in the mediatrc-ffmpeg.cpp module.
>
> There is a bad int to enum conversion for AVPictureType
>
> Ebuild log attached.
attached is a (simple) patch, that should fix that problem.
Note: I have not tested it, as DVDStyler needs a lot of deps, that are not
installed here.
Hth,
Michael
[-- Attachment #2: fix_enum_error.patch --]
[-- Type: text/x-patch, Size: 558 bytes --]
--- DVDStyler-1.8.1/src/mediatrc_ffmpeg.cpp 2011-08-29 18:59:54.000000000 +0200
+++ DVDStyler-1.8.1-new/src/mediatrc_ffmpeg.cpp 2011-08-29 19:00:45.000000000 +0200
@@ -2242,7 +2242,7 @@
} else
big_picture.quality = (int) ost->st->quality;
if (!me_threshold)
- big_picture.pict_type = 0;
+ big_picture.pict_type = (AVPictureType)0;
// big_picture.pts = AV_NOPTS_VALUE;
big_picture.pts= ost->sync_opts;
// big_picture.pts= av_rescale(ost->sync_opts, AV_TIME_BASE*(int64_t)enc->time_base.num, enc->time_base.den);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-29 17:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-29 15:10 [gentoo-user] DVDStyper build error - bad conversion to enum Gregory Woodbury
2011-08-29 17:10 ` Michael Schreckenbauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox