Page 1 of 1

x264 on debian : cannot find video encoder (module:x264 four

Posted: 01 Jan 2012 12:20
by vanderlay
Hi All,

I have installed vlc, ffmpeg, x264 etc on a amd64 debian squeeze install.

When I run the cmd line

Code: Select all

cvlc -I rc -vvv "rtsp://192.168.20.40/channel1" --sout "#transcode{venc=x264{keyint=5,subme=5, ref=5, bframes=16, b-adapt=1, bpyramid=none, me=hex, deblock=0:0, weightp=0, lookahead=5,fps=30, vb=1500},vcodec=libx264, width=1280, height=720, acodec=aac, ab=96, threads=8}:rtp{sdp=rtsp://0.0.0.0:5545/switch.sdp,sap,name="test",ttl=127}"
the streeam starts to parse but then an error
[0x204d410] stream_out_transcode stream out error: cannot find video encoder (module:x264 fourcc:libx)

if I change the cmd to

Code: Select all

cvlc -I rc -vvv "rtsp://192.168.20.40/channel1" --sout "#transcode{venc=x264{keyint=5,subme=5, ref=5, bframes=16, b-adapt=1, bpyramid=none, me=hex, deblock=0:0, weightp=0, lookahead=5,fps=30, vb=1500},vcodec=h264, width=1280, height=720, acodec=aac, ab=96, threads=8}:rtp{sdp=rtsp://0.0.0.0:5545/switch.sdp,sap,name="test",ttl=127}"
it starts to process then [0xca06f0] stream_out_transcode stream out error: cannot find video encoder (module:x264 fourcc:h264)

so I tried using ffmpeg (after uncrippling)

Code: Select all

cvlc -I rc -vvv "rtsp://192.168.20.40/channel1" --sout "#transcode{venc=ffmpeg{keyint=5,subme=5, ref=5, bframes=16, b-adapt=1, bpyramid=none, me=hex, deblock=0:0, weightp=0, lookahead=5,fps=30, vb=1500},vcodec=h264, width=1280, height=720, acodec=aac, ab=96, threads=8}:rtp{sdp=rtsp://0.0.0.0:5545/switch.sdp,sap,name="test",ttl=127}"
it works but looks crap.

Code: Select all

dpkg -l | grep 264 ii libx264-118 3:0.118.2085+git8a62835-0.1+1 x264 video coding library ii libx264-dev 3:0.118.2085+git8a62835-0.1+1 development files for libx264 ii x264 3:0.118.2085+git8a62835-0.1+1 video encoder for the H.264/MPEG-4 AVC standard vlc -l | grep -i h264 VLC media player 1.1.3 The Luggage (revision exported) packetizer_h264 H.264 video packetizer h264 H264 video demuxer

Seems to show all the required stuff is installed.

so the Q. is how do I have cvlc understand x264 and h264 codecs are installed and to use them?
the cmd works great on win7 x64.
do I need to change the vcodec=h264 to something else ie xxxx=h264?



thx
Art

Re: x264 on debian : cannot find video encoder (module:x264

Posted: 02 Jan 2012 01:23
by Jean-Baptiste Kempf
vlc -l | grep -i x264

Will tell you if you have the x264 module in VLC.

Re: x264 on debian : cannot find video encoder (module:x264

Posted: 02 Jan 2012 05:05
by vanderlay
Thx Jean-Baptiste,

I ran the code as suggested

Code: Select all

vlc -l | grep -i x264 VLC media player 1.1.3 The Luggage (revision exported)
so then did a recompile for source with

Code: Select all

./configure --enable-debug --enable-optimizations --enable-testsuite --enable-static --enable-shared --with-words --enable-vlm --enable-sout --enable-lua --enable-a52 --enable-dirac --enable-loader --enable-theora --enable-twolame --enable-tremor --enable-x264 --enable-vorbis --enable-speex --enable-dca --enable-flac --enable-ffmpeg --enable-ffmpeg --with-ffmpeg-a52 --with-ffmpeg-mp3lame --with-ffmpeg-zlib --with-ffmpeg-amrnb --with-ffmpeg-amrwb --with-ffmpeg-faac --with-ffmpeg-theora --with-ffmpeg-vorbis --enable-libmpeg2 --enable-mad --enable-png --enable-svg --enable-sdl-image --enable-pvr --enable-live555 --enable-realrts --enable-bonjour --enable-cyberlink --enable-java-bindings --enable-python-bindings --enable-taglib
ran it again

Code: Select all

vlc -l | grep -i x264 VLC media player 1.1.3 The Luggage (revision exported)
so still no joy,
any other suggestions?
thx
Art

Re: x264 on debian : cannot find video encoder (module:x264

Posted: 02 Jan 2012 06:36
by vanderlay
Actually scratch that, the vlc version I thought was compiled was actually another that was not yet removed.

So I ran the config

Code: Select all

./configure --enable-debug --enable-optimizations --enable-testsuite --enable-static --enable-shared --with-words --enable-vlm --enable-sout --enable-lua --enable-a52 --enable-dirac --enable-loader --enable-theora --enable-twolame --enable-tremor --enable-x264 --enable-vorbis --enable-speex --enable-dca --enable-flac --enable-ffmpeg --enable-ffmpeg --with-ffmpeg-a52 --with-ffmpeg-mp3lame --with-ffmpeg-zlib --with-ffmpeg-amrnb --with-ffmpeg-amrwb --with-ffmpeg-faac --with-ffmpeg-theora --with-ffmpeg-vorbis --enable-libmpeg2 --enable-mad --enable-png --enable-sdl-image --enable-pvr --enable-live555 --enable-realrts --enable-bonjour --enable-cyberlink --enable-java-bindings --enable-python-bindings --enable-taglib --disable-xcb
all went fine, did make then got

Code: Select all

pe_image.c:940: warning: cast to pointer from integer of different size make[2]: *** [pe_image.lo] Error 1
contents of make

Code: Select all

# Makefile.in generated by automake 1.11.1 from Makefile.am. # libs/loader/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, # Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. # Makefile to build MPlayer's DLL loader # from VLC trunk # # by Rémi Denis-Courmont <rem # videolan.org> # $Id$ # # All other files in this directory (and subdirectories) are copyrighted # by their respective owner(s). # pkgdatadir = $(datadir)/vlc pkgincludedir = $(includedir)/vlc pkglibdir = $(libdir)/vlc pkglibexecdir = $(libexecdir)/vlc am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-unknown-linux-gnu host_triplet = x86_64-unknown-linux-gnu subdir = libs/loader DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/flags.m4 \ $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \ $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ $(top_srcdir)/m4/vlc.m4 $(top_srcdir)/m4/with_pkg.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = LTLIBRARIES = $(noinst_LTLIBRARIES) libloader_la_DEPENDENCIES = am_libloader_la_OBJECTS = ldt_keeper.lo vfl.lo wrapper.lo stubs.lo kludge.lo libloader_la_OBJECTS = $(am_libloader_la_OBJECTS) AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent DEFAULT_INCLUDES = -I. -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/autotools/depcomp am__depfiles_maybe = depfiles am__mv = mv -f CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) LTCPPASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CCASFLAGS) $(CCASFLAGS) AM_V_CPPAS = $(am__v_CPPAS_$(V)) am__v_CPPAS_ = $(am__v_CPPAS_$(AM_DEFAULT_VERBOSITY)) am__v_CPPAS_0 = @echo " CPPAS " $@; AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS) LTCCASCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(AM_CCASFLAGS) \ $(CCASFLAGS) AM_V_CCAS = $(am__v_CCAS_$(V)) am__v_CCAS_ = $(am__v_CCAS_$(AM_DEFAULT_VERBOSITY)) am__v_CCAS_0 = @echo " CCAS " $@; AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; SOURCES = $(libloader_la_SOURCES) DIST_SOURCES = $(libloader_la_SOURCES) HEADERS = $(noinst_HEADERS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run aclocal-1.11 ALIASES = cvlc rvlc qvlc ALSA_CFLAGS = -I/usr/include/alsa ALSA_LIBS = -lasound AMTAR = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run tar # TODO: real check for vsscanf() and <sys/mmap.h> AM_CPPFLAGS = -D__WINE__ -DHAVE_SYS_MMAN_H=1 -DHAVE_VSSCANF=1 \ -DWIN32_PATH=\"\" -DTRACE\(...\)=\(void\)0 AM_DEFAULT_VERBOSITY = 0 AR = ar ARCH = x86_64 mmx sse sse2 ARM_NEON_CFLAGS = AS = as ASM = AUTOCONF = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run autoconf AUTOHEADER = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run autoheader AUTOMAKE = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run automake-1.11 AVCODEC_CFLAGS = AVCODEC_LIBS = -lavcodec -lavutil AVFORMAT_CFLAGS = AVFORMAT_LIBS = -lavformat -lavcodec -lavutil AWK = mawk BONJOUR_CFLAGS = -D_REENTRANT BONJOUR_LIBS = -lavahi-common -lavahi-client CACA_CFLAGS = CACA_LIBS = -lcaca CC = gcc -std=gnu99 CCAS = gcc -std=gnu99 CCASDEPMODE = depmode=gcc3 CCASFLAGS = -g -O2 CCDEPMODE = depmode=gcc3 CFLAGS = -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration CONTRIB_DIR = COPYRIGHT_MESSAGE = Copyright © 1996-2011 the VideoLAN team COPYRIGHT_YEARS = 1996-2011 CPP = gcc -std=gnu99 -E CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -DSYS_LINUX CXX = g++ CXXCPP = g++ -E CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 CYGPATH = CYGPATH_W = echo DBUS_CFLAGS = -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include DBUS_LIBS = -ldbus-1 -lpthread -lrt DC1394_CFLAGS = DC1394_LIBS = -lraw1394 -ldc1394 DCA_CFLAGS = -I/usr/include/libdca DCA_LIBS = -ldca DEFS = -DHAVE_CONFIG_H DEFS_BIGENDIAN = DEPDIR = .deps DIRAC_CFLAGS = -I/usr/include/dirac DIRAC_LIBS = -ldirac_encoder -ldirac_decoder -lm -lstdc++ DIRECTFB_CFLAGS = DIRECTFB_CONFIG = DIRECTFB_LIBS = DLLTOOL = : DSYMUTIL = DUMPBIN = DVDNAV_CONFIG = no DV_CFLAGS = DV_LIBS = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /bin/grep -E EXEEXT = FGREP = /bin/grep -F FILE_LIBVLCCORE_DLL = FILE_LIBVLC_DLL = FLAC_CFLAGS = -I/usr/include/FLAC FLAC_LIBS = -lFLAC -lm FLUIDSYNTH_CFLAGS = FLUIDSYNTH_LIBS = FREETYPE_CFLAGS = -I/usr/include/freetype2 FREETYPE_LIBS = -lfreetype FRIBIDI_CFLAGS = -I/usr/include/fribidi FRIBIDI_LIBS = -lfribidi GCRYPT_CFLAGS = GCRYPT_LIBS = -lgcrypt GETTEXT_MACRO_VERSION = 0.17 GL_CFLAGS = GL_LIBS = GMSGFMT = /usr/bin/msgfmt GMSGFMT_015 = /usr/bin/msgfmt GNOMEVFS_CFLAGS = GNOMEVFS_LIBS = GNUGETOPT_LIBS = GNUTLS_CFLAGS = GNUTLS_LIBS = GOOM_CFLAGS = GOOM_LIBS = GREP = /bin/grep HILDON_CFLAGS = HILDON_FM_CFLAGS = HILDON_FM_LIBS = HILDON_LIBS = INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTLLIBS = INTL_MACOSX_LIBS = JACK_CFLAGS = JACK_LIBS = -ljack KATE_CFLAGS = KATE_LIBS = KDE4_CONFIG = kde4-config LD = ld -m elf_x86_64 LDFLAGS = LIBASS_CFLAGS = LIBASS_LIBS = LIBCDDB_CFLAGS = LIBCDDB_LIBS = LIBCDIO_CFLAGS = LIBCDIO_LIBS = LIBDL = -ldl LIBEXT = .so LIBICONV = LIBINTL = LIBMODPLUG_CFLAGS = LIBMODPLUG_LIBS = LIBMPEG2_CFLAGS = -I/usr/include/mpeg2dec LIBMPEG2_LIBS = -lmpeg2 LIBOBJS = ${LIBOBJDIR}strlcpy$U.o LIBPROXY_CFLAGS = LIBPROXY_LIBS = LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIBV4L2_CFLAGS = LIBV4L2_LIBS = LIBV4L_CFLAGS = LIBV4L_LIBS = LIBVA_CFLAGS = LIBVA_LIBS = -lva-x11 -lva LIBVCDINFO_CFLAGS = LIBVCDINFO_LIBS = LIBXML2_CFLAGS = -I/usr/include/libxml2 LIBXML2_LIBS = -lxml2 LIPO = LN_S = ln -s LTLIBICONV = LTLIBINTL = LTLIBOBJS = ${LIBOBJDIR}strlcpy$U.lo LTLIBa52tofloat32 = liba52tofloat32_plugin.la LTLIBaa = LTLIBaccess_alsa = libaccess_alsa_plugin.la LTLIBaccess_avio = libaccess_avio_plugin.la LTLIBaccess_dv = LTLIBaccess_eyetv = LTLIBaccess_gnomevfs = LTLIBaccess_jack = libaccess_jack_plugin.la LTLIBaccess_mmap = libaccess_mmap_plugin.la LTLIBaccess_mtp = libaccess_mtp_plugin.la LTLIBaccess_oss = libaccess_oss_plugin.la LTLIBaccess_output_shout = LTLIBaccess_realrtsp = LTLIBaccess_sftp = LTLIBaccess_smb = LTLIBalsa = libalsa_plugin.la LTLIBaout_directx = LTLIBaout_sdl = libaout_sdl_plugin.la LTLIBasademux = LTLIBatmo = libatmo_plugin.la LTLIBauhal = LTLIBavcodec = libavcodec_plugin.la LTLIBavformat = libavformat_plugin.la LTLIBbda = LTLIBbonjour = libbonjour_plugin.la LTLIBcaca = libcaca_plugin.la LTLIBcdda = libcdda_plugin.la LTLIBdbus = libdbus_plugin.la LTLIBdc1394 = libdc1394_plugin.la LTLIBdirac = libdirac_plugin.la LTLIBdirect3d = LTLIBdirectfb = LTLIBdirectx = LTLIBdmo = libdmo_plugin.la LTLIBdshow = LTLIBdtstofloat32 = libdtstofloat32_plugin.la LTLIBdvb = LTLIBdvdnav = LTLIBdvdread = LTLIBdynamicoverlay = libdynamicoverlay_plugin.la LTLIBfaad = LTLIBfb = libfb_plugin.la LTLIBfbosd = LTLIBflac = libflac_plugin.la LTLIBfluidsynth = LTLIBfreetype = libfreetype_plugin.la LTLIBggi = LTLIBglobalhotkeys = LTLIBglwin32 = LTLIBgme = LTLIBgnutls = LTLIBgoom = LTLIBgrowl = LTLIBgrowl_udp = LTLIBhd1000a = LTLIBhd1000v = LTLIBhildon = LTLIBid3tag = LTLIBinhibit = libinhibit_plugin.la LTLIBjack = libjack_plugin.la LTLIBkate = LTLIBlibass = LTLIBlibmpeg2 = liblibmpeg2_plugin.la LTLIBlirc = LTLIBlive555 = LTLIBmacosx = LTLIBmacosx_dialog_provider = LTLIBminimal_macosx = LTLIBmkv = LTLIBmod = LTLIBmozilla = LTLIBmpc = LTLIBmpgatofixed32 = libmpgatofixed32_plugin.la LTLIBmtp = libmtp_plugin.la LTLIBmux_ogg = libmux_ogg_plugin.la LTLIBmux_ts = LTLIBncurses = LTLIBnotify = LTLIBogg = libogg_plugin.la LTLIBoldhttp = liboldhttp_plugin.la LTLIBoldtelnet = liboldtelnet_plugin.la LTLIBomapfb = LTLIBomxil = LTLIBopencv_example = LTLIBopencv_wrapper = LTLIBopengl = LTLIBosd_parser = libosd_parser_plugin.la LTLIBosdmenu = libosdmenu_plugin.la LTLIBoss = liboss_plugin.la LTLIBosso_screensaver = LTLIBpanoramix = LTLIBpng = libpng_plugin.la LTLIBportaudio = LTLIBpostproc = libpostproc_plugin.la LTLIBprojectm = LTLIBpulse = libpulse_plugin.la LTLIBpvr = LTLIBqt4 = libqt4_plugin.la LTLIBqtcapture = LTLIBquicktime = LTLIBrealvideo = LTLIBremoteosd = libremoteosd_plugin.la LTLIBschroedinger = libschroedinger_plugin.la LTLIBscreen = LTLIBsdl_image = LTLIBshine = LTLIBskins2 = LTLIBsnapshot = LTLIBspeex = libspeex_plugin.la LTLIBsqlite = LTLIBstream_out_raop = libstream_out_raop_plugin.la LTLIBstream_out_switcher = LTLIBsvg = LTLIBsvgalib = LTLIBswscale = libswscale_plugin.la LTLIBswscale_omap = LTLIBtaglib = LTLIBtelepathy = libtelepathy_plugin.la LTLIBtelx = libtelx_plugin.la LTLIBtheora = libtheora_plugin.la LTLIBtremor = LTLIBts = LTLIBtwolame = libtwolame_plugin.la LTLIBudev = LTLIBunzip = libunzip_plugin.la LTLIBupnp_cc = LTLIBupnp_intel = LTLIBv4l = LTLIBv4l2 = libv4l2_plugin.la LTLIBvcd = libvcd_plugin.la LTLIBvcdx = LTLIBvisual = libvisual_plugin.la LTLIBvorbis = libvorbis_plugin.la LTLIBvout_macosx = LTLIBvout_sdl = libvout_sdl_plugin.la LTLIBwaveout = LTLIBwingapi = LTLIBwingdi = LTLIBwma_fixed = LTLIBx264 = libx264_plugin.la LTLIBxcb_apps = LTLIBxcb_glx = LTLIBxcb_screen = LTLIBxcb_window = LTLIBxcb_x11 = LTLIBxcb_xv = LTLIBxdg_screensaver = LTLIBxml = libxml_plugin.la LTLIBxosd = LTLIBxscreensaver = LTLIBzip = libzip_plugin.la LTLIBzvbi = LUAC = /usr/local/bin/luac LUA_CFLAGS = LUA_LIBS = -llua MACOSX_DEPLOYMENT_TARGET = MAINT = MAKEINFO = ${SHELL} /home/x264/vlc-1.1.13/autotools/missing --run makeinfo MANIFEST_TOOL = : MIDL = MINIZIP_CFLAGS = -I\${top_srcdir}/libs/unzip MINIZIP_LIBS = \${top_builddir}/libs/unzip/libunzip.la MKDIR_P = /bin/mkdir -p MMX_CFLAGS = -mmmx MOC = /usr/bin/moc-qt4 MOZILLA_CFLAGS = MOZILLA_CONFIG = MOZILLA_LIBS = MOZILLA_SDK_PATH = MSGFMT = /usr/bin/msgfmt MSGFMT_015 = /usr/bin/msgfmt MSGMERGE = /usr/bin/msgmerge MTP_CFLAGS = MTP_LIBS = -lmtp -lusb MUX_OGG_CFLAGS = MUX_OGG_LIBS = -logg NM = /usr/bin/nm -B NMEDIT = NOTIFY_CFLAGS = NOTIFY_LIBS = OBJC = gcc OBJCDEPMODE = depmode=gcc3 OBJCFLAGS = OBJCOPY = OBJDUMP = objdump OBJEXT = o OGG_CFLAGS = OGG_LIBS = -logg OPENCV_CFLAGS = OPENCV_LIBS = OSSO_SCREENSAVER_CFLAGS = OSSO_SCREENSAVER_LIBS = OTOOL = OTOOL64 = PACKAGE = vlc PACKAGE_BUGREPORT = PACKAGE_NAME = vlc PACKAGE_STRING = vlc 1.1.13 PACKAGE_TARNAME = vlc PACKAGE_URL = PACKAGE_VERSION = 1.1.13 PATH_SEPARATOR = : PCRE_CFLAGS = PCRE_LIBS = PEFLAGS = PKGDIR = vlc PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = PORTAUDIO_CFLAGS = PORTAUDIO_LIBS = POSTPROC_CFLAGS = POSTPROC_LIBS = -lpostproc -lavutil POSUB = po PROJECTM2_CFLAGS = PROJECTM2_LIBS = PROJECTM_CFLAGS = PROJECTM_LIBS = PULSE_CFLAGS = -D_REENTRANT PULSE_LIBS = -lpulse QT4LOCALEDIR = /usr/share/qt4/translations/ QT4_CFLAGS = -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui QT4_LIBS = -lQtGui -lQtCore RANLIB = ranlib RCC = /usr/bin/rcc SCHROEDINGER_CFLAGS = -I/usr/include/schroedinger-1.0 -I/usr/include/orc-0.4 SCHROEDINGER_LIBS = -lschroedinger-1.0 -lpthread -lm -lorc-0.4 SDL_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL SDL_IMAGE_CFLAGS = SDL_IMAGE_LIBS = SDL_LIBS = -lSDL SED = /bin/sed SET_MAKE = SHELL = /bin/bash SHOUT_CFLAGS = SHOUT_LIBS = SOCKET_LIBS = SPEEX_CFLAGS = SPEEX_LIBS = -logg -lspeex SQLITE_CFLAGS = SQLITE_LIBS = SSE2_CFLAGS = -msse2 STRIP = strip SVG_CFLAGS = SVG_LIBS = SWSCALE_CFLAGS = SWSCALE_LIBS = -lswscale SYS = linux TAGLIB_CFLAGS = TAGLIB_LIBS = THEORA_CFLAGS = THEORA_LIBS = -ltheora -logg TIGER_CFLAGS = TIGER_LIBS = TWOLAME_CFLAGS = TWOLAME_LIBS = -ltwolame U2D = UDEV_CFLAGS = UDEV_LIBS = UIC = /usr/bin/uic-qt4 UPNP_CFLAGS = UPNP_LIBS = USE_NLS = yes VERSION = 1.1.13 VERSION_EXTRA = -git VERSION_EXTRA_RC = 99 VERSION_MAJOR = 1 VERSION_MESSAGE = 1.1.13 The Luggage VERSION_MINOR = 1 VERSION_REVISION = 13 VLC_CONFIG = top_srcdir="$(top_srcdir)" top_builddir="$(top_builddir)" $(top_builddir)/vlc-config VORBIS_CFLAGS = VORBIS_LIBS = -lvorbisenc -lvorbis -lm -logg WIDL = WINDRES = WINE_SDK_PATH = X264_CFLAGS = -I/usr/local/include X264_LIBS = -L/usr/local/lib -lx264 -lpthread XCB_CFLAGS = XCB_KEYSYMS_CFLAGS = XCB_KEYSYMS_LIBS = XCB_LIBS = XCB_RANDR_CFLAGS = XCB_RANDR_LIBS = XCB_SHM_CFLAGS = XCB_SHM_LIBS = XCB_XV_CFLAGS = XCB_XV_LIBS = XEXT_CFLAGS = XEXT_LIBS = -lXext XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext XGETTEXT_EXTRA_OPTIONS = XLIB_XCB_CFLAGS = XLIB_XCB_LIBS = XMKMF = XPM_CFLAGS = XPM_LIBS = XPROTO_CFLAGS = XPROTO_LIBS = X_CFLAGS = X_EXTRA_LIBS = X_LIBS = X_PRE_LIBS = -lSM -lICE ZVBI_CFLAGS = ZVBI_LIBS = abs_builddir = /home/x264/vlc-1.1.13/libs/loader abs_srcdir = /home/x264/vlc-1.1.13/libs/loader abs_top_builddir = /home/x264/vlc-1.1.13 abs_top_srcdir = /home/x264/vlc-1.1.13 ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_DUMPBIN = ac_ct_OBJC = gcc am__include = include am__leading_dot = . am__quote = am__tar = tar --format=ustar -chf - "$$tardir" am__untar = tar -xf - bindir = ${exec_prefix}/bin build = x86_64-unknown-linux-gnu build_alias = build_cpu = x86_64 build_os = linux-gnu build_vendor = unknown builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} host = x86_64-unknown-linux-gnu host_alias = host_cpu = x86_64 host_os = linux-gnu host_vendor = unknown htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /home/x264/vlc-1.1.13/autotools/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var mandir = ${datarootdir}/man mkdir_p = /bin/mkdir -p oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com soliddatadir = ${datadir}/kde4/apps/solid/actions srcdir = . sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. vlcdatadir = ${datadir}/${PKGDIR} vlclibdir = ${libdir}/${PKGDIR} noinst_LTLIBRARIES = libloader.la AM_CFLAGS = -fno-PIC `$(top_builddir)/vlc-config --cflags libs` -U_FILE_OFFSET_BITS \ -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer noinst_HEADERS = com.h driver.h ext.h ldt_keeper.h loader.h registry.h \ win32.h wineacm.h wrapper.h qtx/qtxsdk/components.h \ wine/avifmt.h wine/basetsd.h wine/debugtools.h wine/driver.h \ wine/heap.h wine/mmreg.h wine/module.h wine/msacmdrv.h wine/msacm.h \ wine/pe_image.h wine/poppack.h wine/pshpack1.h wine/pshpack2.h \ wine/vfw.h wine/winbase.h wine/windef.h wine/winerror.h \ wine/winestring.h wine/winnt.h wine/winreg.h wine/winuser.h libloader_la_SOURCES = ldt_keeper.c pe_image.c module.c ext.c win32.c \ driver.c pe_resource.c resource.c registry.c afl.c vfl.c \ wrapper.S stubs.s kludge.c libloader_la_LIBADD = -lpthread all: all-am .SUFFIXES: .SUFFIXES: .S .c .lo .o .obj .s $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libs/loader/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu libs/loader/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libloader.la: $(libloader_la_OBJECTS) $(libloader_la_DEPENDENCIES) $(AM_V_CCLD)$(LINK) $(libloader_la_OBJECTS) $(libloader_la_LIBADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c include ./$(DEPDIR)/afl.Plo include ./$(DEPDIR)/driver.Plo include ./$(DEPDIR)/ext.Plo include ./$(DEPDIR)/kludge.Plo include ./$(DEPDIR)/ldt_keeper.Plo include ./$(DEPDIR)/module.Plo include ./$(DEPDIR)/pe_image.Plo include ./$(DEPDIR)/pe_resource.Plo include ./$(DEPDIR)/registry.Plo include ./$(DEPDIR)/resource.Plo include ./$(DEPDIR)/vfl.Plo include ./$(DEPDIR)/win32.Plo include ./$(DEPDIR)/wrapper.Plo .S.o: $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CPPAS) \ # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \ # $(CPPASCOMPILE) -c -o $@ $< .S.obj: $(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CPPAS) \ # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \ # $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .S.lo: $(AM_V_CPPAS)$(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo # $(AM_V_CPPAS) \ # source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) \ # $(LTCPPASCOMPILE) -c -o $@ $< .c.o: $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CC) \ # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c $< .c.obj: $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # $(AM_V_CC) \ # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo # $(AM_V_CC) \ # source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LTCOMPILE) -c -o $@ $< .s.o: $(AM_V_CCAS) \ $(CCASCOMPILE) -c -o $@ $< .s.obj: $(AM_V_CCAS) \ $(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .s.lo: $(AM_V_CCAS) \ $(LTCCASCOMPILE) -c -o $@ $< mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile $(LTLIBRARIES) $(HEADERS) installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am distclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ clean-libtool clean-noinstLTLIBRARIES ctags distclean \ distclean-compile distclean-generic distclean-libtool \ distclean-tags distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ pdf pdf-am ps ps-am tags uninstall uninstall-am # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT:
last part of log from ./compile

Code: Select all

MAKE : test MAKE : libs/loader /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -D__WINE__ -DHAVE_SYS_MMAN_H=1 -DHAVE_VSSCANF=1 -DWIN32_PATH=\"\" -DTRACE\(...\)=\(void\)0 -I../../include -I../../include -DSYS_LINUX -fno-PIC `../../vlc-config --cflags libs` -U_FILE_OFFSET_BITS -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -Werror-implicit-function-declaration -MT vfl.lo -MD -MP -MF .deps/vfl.Tpo -c -o vfl.lo vfl.c In file included from wine/winbase.h:5, from win32.h:13, from vfl.c:31: ERROR : wine/winnt.h:625: 2: #error You need to define a CONTEXT for your CPU In file included from wine/winbase.h:5, from win32.h:13, from vfl.c:31: ERROR : wine/winnt.h: 628: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ERROR : wine/winnt.h:754: 2: #error You need to define DEFINE_REGS_ENTRYPOINT macros for your CPU ERROR : wine/winnt.h:765: 3: #error You must define GET_IP for this CPU ERROR : wine/winnt.h: 1021: expected specifier-qualifier-list before 'PCONTEXT' ERROR : wine/winnt.h: 1034: expected declaration specifiers or '...' before 'PCONTEXT' In file included from win32.h:13, from vfl.c:31: WARNING : wine/winbase.h: 544: 'packed' attribute ignored for field of type 'CHAR[8]' In file included from win32.h:13, from vfl.c:31: ERROR : wine/winbase.h: 1342: expected declaration specifiers or '...' before 'CONTEXT' WARNING : wine/winbase.h: 1481: type defaults to 'int' in declaration of 'CONTEXT' ERROR : wine/winbase.h: 1481: expected ';', ',' or ')' before '*' token In file included from win32.h:14, from vfl.c:31: WARNING : com.h: 57: '__stdcall__' attribute ignored WARNING : com.h: 58: '__stdcall__' attribute ignored WARNING : com.h: 59: '__stdcall__' attribute ignored WARNING : com.h: 69: '__stdcall__' attribute ignored WARNING : com.h: 70: '__stdcall__' attribute ignored WARNING : com.h: 71: '__stdcall__' attribute ignored WARNING : com.h: 72: '__stdcall__' attribute ignored WARNING : vfl.c: 51: no previous prototype for 'VideoForWindowsVersion' vfl.c: In function 'ICInfo': WARNING : vfl.c: 65: unused parameter 'fccHandler' vfl.c: In function 'ICOpen': WARNING : vfl.c: 99: cast to pointer from integer of different size WARNING : vfl.c: 101: cast to pointer from integer of different size WARNING : vfl.c: 102: cast from pointer to integer of different size vfl.c: In function 'ICSendMessage': WARNING : vfl.c: 225: cast to pointer from integer of different size vfl.c: In function 'ICClose': WARNING : vfl.c: 234: cast to pointer from integer of different size make: *** [all] Error 2
again this is for a debian amd64 install squeeze


Maybe I am going about this all wrong, is there a way to take a precompiled vlc and add the x264 to it?


thx
Art

Re: x264 on debian : cannot find video encoder (module:x264

Posted: 02 Jan 2012 07:40
by vanderlay
also forgot to add this is a server only with no gui front end, telnet/putty only

Re: x264 on debian : cannot find video encoder (module:x264

Posted: 22 Jan 2012 14:03
by undercash

so I tried using ffmpeg (after uncrippling)
sorry to aks but how did you uncrippled ffmpeg?