debian etch vs vlc-trunk & ffmpeg svn

*nix specific usage questions
triocalavera
New Cone
New Cone
Posts: 4
Joined: 07 Mar 2008 12:09

debian etch vs vlc-trunk & ffmpeg svn

Postby triocalavera » 11 Mar 2008 04:16

i'm running debian stable.

i followed this howto step by step, but when i compile send this error:

for make the ffmpeg i change configure --enable-pp to --enable-postproc

Code: Select all

./configure --enable-gpl --enable-pthreads --enable-libmp3lame --enable-libfaac --enable-postproc
go to linux directory and run

Code: Select all

../configure --prefix=/usr --enable-snapshot --enable-debug --enable-dbus-control --enable-shared --enable-lirc --with-live555-tree=../extras/live --with-ffmpeg-tree=../extras/ffmpeg --enable-shout --enable-taglib --enable-v4l --enable-cddax --enable-dvb --enable-vcdx --enable-realrtsp --enable-svg --enable-dvdread --enable-dv --enable-theora --enable-faad --enable-twolame --enable-real --enable-flac --enable-tremor --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-ncurses --enable-aa --enable-caca --enable-esd --enable-portaudio --enable-jack --enable-xosd --enable-galaktos --enable-goom --enable-ggi --disable-cddax --disable-vcdx --disable-dirac --enable-x264 --with-x264-tree=../extras/x264 --disable-xvmc --enable-wxwidgets --enable-lua --enable-pvr --enable-loader --enable-python-bindings --enable-audioscrobbler --enable-libcddb --enable-libcdio --enable-opencv --enable-nls
and the make i need run

Code: Select all

sudo sed -e 's/define\s*_POSIX_SPIN_LOCKS\s*/define _POSIX_SPIN_LOCKS -1 \/\/ wrong: /g' -i /usr/include/bits/posix_opt.h
and go to compile

Code: Select all

Making all in ffmpeg make[5]: se ingresa al directorio `/usr/local/src/vlc-trunk/linux/modules/codec/ffmpeg' make[6]: se ingresa al directorio `/usr/local/src/vlc-trunk/linux/modules/codec/ffmpeg' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../../modules/codec/ffmpeg -DSYS_LINUX -I../../../../include -I../../../include `top_builddir="../../.." ../../../vlc-config --cflags plugin ffmpeg` -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libffmpeg_plugin_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_plugin_la-ffmpeg.Tpo -c -o libffmpeg_plugin_la-ffmpeg.lo `test -f 'ffmpeg.c' || echo '../../../../modules/codec/ffmpeg/'`ffmpeg.c gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../../.. -I../../../../modules/codec/ffmpeg -DSYS_LINUX -I../../../../include -I../../../include -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 -D_LARGEFILE64_SOURCE -D_REENTRANT -D_THREAD_SAFE -DLOCALEDIR=\"/usr/share/locale\" -DPLUGIN_PATH=\"/usr/lib/vlc\" -DDEBUG -D__LIBVLC__ -D__PLUGIN__ -I/usr/local/src/vlc-trunk/extras/ffmpeg -I/usr/local/src/vlc-trunk/extras/ffmpeg -I/usr/local/src/vlc-trunk/extras/ffmpeg/libavformat -DMODULE_NAME=ffmpeg -DMODULE_NAME_IS_ffmpeg -g -O2 -ffast-math -funroll-loops -mtune=pentium2 -fvisibility=hidden -Wall -Wextra -Wsign-compare -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-align -Wwrite-strings -Wmissing-prototypes -Wvolatile-register-var -MT libffmpeg_plugin_la-ffmpeg.lo -MD -MP -MF .deps/libffmpeg_plugin_la-ffmpeg.Tpo -c ../../../../modules/codec/ffmpeg/ffmpeg.c -fPIC -DPIC -o .libs/libffmpeg_plugin_la-ffmpeg.o ../../../../modules/codec/ffmpeg/ffmpeg.c:42:24: error: avcodec.h: No such file or directory ../../../../modules/codec/ffmpeg/ffmpeg.c:45:5: warning: "LIBAVCODEC_BUILD" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:46:5: error: #error You must have a libavcodec >= 5000 (get CVS) ../../../../modules/codec/ffmpeg/ffmpeg.c:63: error: expected specifier-qualifier-list before 'AVCodecContext' ../../../../modules/codec/ffmpeg/ffmpeg.c: In function 'OpenDecoder': ../../../../modules/codec/ffmpeg/ffmpeg.c:266: error: 'AVCodecContext' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:266: error: (Each undeclared identifier is reported only once ../../../../modules/codec/ffmpeg/ffmpeg.c:266: error: for each function it appears in.) ../../../../modules/codec/ffmpeg/ffmpeg.c:266: error: 'p_context' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:267: error: 'AVCodec' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:267: error: 'p_codec' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:277: error: 'CODEC_ID_AAC' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:288: warning: implicit declaration of function 'avcodec_find_decoder' ../../../../modules/codec/ffmpeg/ffmpeg.c:296: warning: implicit declaration of function 'avcodec_alloc_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:307: error: 'FF_MM_MMX' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:311: error: 'FF_MM_MMXEXT' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:315: error: 'FF_MM_3DNOW' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:319: error: 'FF_MM_SSE' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:323: error: 'FF_MM_SSE2' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c: In function 'CloseDecoder': ../../../../modules/codec/ffmpeg/ffmpeg.c:366: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:370: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:371: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:372: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:375: warning: implicit declaration of function 'avcodec_close' ../../../../modules/codec/ffmpeg/ffmpeg.c:375: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c:378: error: 'decoder_sys_t' has no member named 'p_context' ../../../../modules/codec/ffmpeg/ffmpeg.c: In function 'LibavcodecCallback__0_9_0g': ../../../../modules/codec/ffmpeg/ffmpeg.c:391: error: 'AVCodecContext' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:391: error: 'p_avctx' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c:391: error: expected expression before ')' token ../../../../modules/codec/ffmpeg/ffmpeg.c: In function 'InitLibavcodec__0_9_0g': ../../../../modules/codec/ffmpeg/ffmpeg.c:449: warning: implicit declaration of function 'avcodec_init' ../../../../modules/codec/ffmpeg/ffmpeg.c:450: warning: implicit declaration of function 'avcodec_register_all' ../../../../modules/codec/ffmpeg/ffmpeg.c:454: error: 'LIBAVCODEC_VERSION_INT' undeclared (first use in this function) ../../../../modules/codec/ffmpeg/ffmpeg.c: At top level: ../../../../modules/codec/ffmpeg/ffmpeg.c:554: error: 'CODEC_ID_MPEG1VIDEO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:566: error: 'CODEC_ID_MPEG2VIDEO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:601: error: 'CODEC_ID_MPEG4' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:678: error: 'CODEC_ID_MSMPEG4V1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:688: error: 'CODEC_ID_MSMPEG4V2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:698: error: 'CODEC_ID_MSMPEG4V3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:747: error: 'CODEC_ID_SVQ1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:755: error: 'CODEC_ID_SVQ3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:759: error: 'CODEC_ID_H264' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:787: error: 'CODEC_ID_H263' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:809: error: 'CODEC_ID_H263I' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:815: error: 'CODEC_ID_H263P' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:827: error: 'CODEC_ID_FLV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:831: error: 'CODEC_ID_H261' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:836: error: 'CODEC_ID_FLIC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:840: error: 'CODEC_ID_MJPEG' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:856: error: 'CODEC_ID_MJPEGB' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:858: error: 'CODEC_ID_LJPEG' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:871: error: 'CODEC_ID_SP5X' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:887: error: 'CODEC_ID_DVVIDEO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:915: error: 'CODEC_ID_WMV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:919: error: 'CODEC_ID_WMV2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:923:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:939: error: 'CODEC_ID_MSVIDEO1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:953: error: 'CODEC_ID_MSRLE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:963: error: 'CODEC_ID_INDEO3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:973: error: 'CODEC_ID_HUFFYUV' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:975: error: 'CODEC_ID_FFVHUFF' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:979: error: 'CODEC_ID_CYUV' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:985: error: 'CODEC_ID_VP3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:995:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1008:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1015:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1021: error: 'CODEC_ID_THEORA' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1028: error: 'CODEC_ID_ASV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1030: error: 'CODEC_ID_ASV2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1035: error: 'CODEC_ID_FFV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1039: error: 'CODEC_ID_VCR1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1043: error: 'CODEC_ID_CLJR' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1047: error: 'CODEC_ID_RV10' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1055:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1063: error: 'CODEC_ID_RPZA' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1068: error: 'CODEC_ID_SMC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1073: error: 'CODEC_ID_CINEPAK' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1079: error: 'CODEC_ID_TSCC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1084: error: 'CODEC_ID_CSCD' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1089: error: 'CODEC_ID_ZMBV' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1092:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1096: error: 'CODEC_ID_FRAPS' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1102: error: 'CODEC_ID_TRUEMOTION1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1104: error: 'CODEC_ID_TRUEMOTION2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1108: error: 'CODEC_ID_SNOW' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1113: error: 'CODEC_ID_QTRLE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1116: error: 'CODEC_ID_QDRAW' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1119: error: 'CODEC_ID_QPEG' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1126: error: 'CODEC_ID_ULTI' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1129: error: 'CODEC_ID_VIXL' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1134: error: 'CODEC_ID_LOCO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1137: error: 'CODEC_ID_WNV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1140: error: 'CODEC_ID_AASC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1143: error: 'CODEC_ID_INDEO2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1149:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1153: error: 'CODEC_ID_KMVC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1156:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1163:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1172:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1177:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1182: error: 'CODEC_ID_8BPS' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1188: error: 'CODEC_ID_INTERPLAY_VIDEO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1194: error: 'CODEC_ID_IDCIN' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1198: error: 'CODEC_ID_4XM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1204: error: 'CODEC_ID_ROQ' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1208: error: 'CODEC_ID_MDEC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1212: error: 'CODEC_ID_VMDVIDEO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1244: error: 'CODEC_ID_PNG' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1246: error: 'CODEC_ID_PPM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1248: error: 'CODEC_ID_PGM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1250: error: 'CODEC_ID_PGMYUV' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1252: error: 'CODEC_ID_PAM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1254: error: 'CODEC_ID_JPEGLS' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1257:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1262:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1274:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1284: error: 'CODEC_ID_WMAV1' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1290: error: 'CODEC_ID_WMAV2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1296: error: 'CODEC_ID_DVAUDIO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1300: error: 'CODEC_ID_MACE3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1304: error: 'CODEC_ID_MACE6' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1307:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1312:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1319: error: 'CODEC_ID_RA_144' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1325: error: 'CODEC_ID_RA_288' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1329: error: 'CODEC_ID_MP2' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1331: error: 'CODEC_ID_MP3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1341: error: 'CODEC_ID_AC3' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1347: error: 'CODEC_ID_DTS' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1351: error: 'CODEC_ID_AAC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1359: error: 'CODEC_ID_ADPCM_4XM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1363: error: 'CODEC_ID_ADPCM_EA' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1367: error: 'CODEC_ID_INTERPLAY_DPCM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1371: error: 'CODEC_ID_ROQ_DPCM' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1374:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1381: error: 'CODEC_ID_ADPCM_XA' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1385: error: 'CODEC_ID_ADPCM_ADX' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1389: error: 'CODEC_ID_ADPCM_IMA_WS' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1393: error: 'CODEC_ID_VMDAUDIO' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1397: error: 'CODEC_ID_ADPCM_G726' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1401: error: 'CODEC_ID_AMR_NB' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1403: error: 'CODEC_ID_AMR_WB' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1407: error: 'CODEC_ID_FLAC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1411: error: 'CODEC_ID_ALAC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1414:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1420:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1426:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1432:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1440:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1447:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1454:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1461: error: 'CODEC_ID_SONIC' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1464:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1468: error: 'CODEC_ID_TRUESPEECH' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1470:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1474:5: warning: "LIBAVCODEC_VERSION_INT" is not defined ../../../../modules/codec/ffmpeg/ffmpeg.c:1479: error: 'CODEC_ID_PCM_S8' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1481: error: 'CODEC_ID_PCM_U8' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1483: error: 'CODEC_ID_PCM_S16LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1485: error: 'CODEC_ID_PCM_S16BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1487: error: 'CODEC_ID_PCM_U16LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1489: error: 'CODEC_ID_PCM_U16BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1491: error: 'CODEC_ID_PCM_S24LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1493: error: 'CODEC_ID_PCM_S24BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1495: error: 'CODEC_ID_PCM_U24LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1497: error: 'CODEC_ID_PCM_U24BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1499: error: 'CODEC_ID_PCM_S32LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1501: error: 'CODEC_ID_PCM_S32BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1503: error: 'CODEC_ID_PCM_U32LE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1505: error: 'CODEC_ID_PCM_U32BE' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1507: error: 'CODEC_ID_PCM_ALAW' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1509: error: 'CODEC_ID_PCM_MULAW' undeclared here (not in a function) ../../../../modules/codec/ffmpeg/ffmpeg.c:1511: error: 'CODEC_ID_PCM_S24DAUD' undeclared here (not in a function) make[6]: *** [libffmpeg_plugin_la-ffmpeg.lo] Error 1 make[6]: se sale del directorio `/usr/local/src/vlc-trunk/linux/modules/codec/ffmpeg' make[5]: *** [all-modules] Error 1 make[5]: se sale del directorio `/usr/local/src/vlc-trunk/linux/modules/codec/ffmpeg' make[4]: *** [all-recursive] Error 1 make[4]: se sale del directorio `/usr/local/src/vlc-trunk/linux/modules/codec' make[3]: *** [all] Error 2 make[3]: se sale del directorio `/usr/local/src/vlc-trunk/linux/modules/codec' make[2]: *** [all-recursive] Error 1 make[2]: se sale del directorio `/usr/local/src/vlc-trunk/linux/modules' make[1]: *** [all-recursive] Error 1 make[1]: se sale del directorio `/usr/local/src/vlc-trunk/linux' make: *** [all] Error 2
Please help, I am going crazy and I sleep very little, xDD

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: debian etch vs vlc-trunk & ffmpeg svn

Postby Jean-Baptiste Kempf » 11 Mar 2008 19:10

I have the same issue. I am working on it.

http://cache.gmane.org//gmane/comp/vide ... 73-001.bin

This patch fixed it for me
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

triocalavera
New Cone
New Cone
Posts: 4
Joined: 07 Mar 2008 12:09

Re: debian etch vs vlc-trunk & ffmpeg svn

Postby triocalavera » 11 Mar 2008 20:31

How to apply the patch?

Forgives by ignorance, :P

thanks j-b

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37523
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: debian etch vs vlc-trunk & ffmpeg svn

Postby Jean-Baptiste Kempf » 11 Mar 2008 22:43

OK, wait for us to fix it.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

triocalavera
New Cone
New Cone
Posts: 4
Joined: 07 Mar 2008 12:09

Re: debian etch vs vlc-trunk & ffmpeg svn

Postby triocalavera » 13 Mar 2008 02:36

ok, i'm waiting.....

thanks j-b

pd.with sources of 0.8.6e ok!!


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 5 guests