
Advanced search
Other articles (34)
-
Configuration spécifique d’Apache
4 February 2011, byModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 September 2013, byCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo; l’ajout d’une bannière l’ajout d’une image de fond;
-
Gestion générale des documents
13 May 2011, byMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet; la récupération des métadonnées du document original pour illustrer textuellement le fichier;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP sur (...)
On other websites (6894)
-
Ffmpeg compilation fails due to undefined symbol _x264_encoder_open_112 for architecture x86_64
23 February 2012, by Saptarshi BiswasI am compiling ffmpeg on Snow Leopard from source. Using Macport is not an option since I have some custom modification in ffmpeg. The make commands are:
$ ./configure --enable-gpl --enable-libmp3lame --enable-static \
--disable-shared --enable-libx264 --enable-pthreads \
--disable-doc --enable-avfilter
$ makeThe error:
CC ffplay.o
ffplay.c: In function ‘SDL_main’:
ffplay.c:3157: warning: assignment discards qualifiers from pointer target type
LD ffplay_g
Undefined symbols for architecture x86_64:
"_x264_encoder_open_112", referenced from:
_X264_init in libavcodec.a(libx264.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [ffplay_g] Error 1
I have compiled libx264 from source, which went fine.
$ cd x264-snapshot-20101228-2245; ./configure && make && sudo make install
... and it contains the symbol "_x264_encoder_open_112"
$ nm ./libx264.a | grep _x264_encoder_open_112
0000000000003ef0 T _x264_encoder_open_112
000000000000d7b0 S _x264_encoder_open_112.ehWhat might be going wrong?
-
FFMpeg compilation error "Undefined symbols for architecture x86_64"
23 December 2011, by Saptarshi BiswasI am trying to compile ffmpeg (0.9.0.git) with x264(0.120) like this
./configure --enable-gpl --enable-libmp3lame \
--enable-static --disable-shared --enable-libx264 \
--enable-pthreads --disable-doc --enable-avfilter \
--disable-ffplay --disable-ffserver --disable-ffprobe
makeand I encounter the following error:
LD ffmpeg_g
Undefined symbols for architecture x86_64:
"_MM_FIX_0_707106781", referenced from:
_filter in libavfilter.a(vf_fspp.o)
"_MM_FIX_0_541196100", referenced from:
_filter in libavfilter.a(vf_fspp.o)
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1Any idea what the fix might be?
Update: Might be unrelated but this discussion https://trac.macports.org/ticket/30093 says the issue was ffmpeg picking up llvm instead of gcc-4.2 but then this had already fixed in 0.7.4
-
Remove all Alpha architecture optimizations
13 November 2013, by Diego BiurrunRemove all Alpha architecture optimizations
Alpha has been end-of-lifed and no more test machines are available.
- [DH] libavcodec/alpha/Makefile
- [DH] libavcodec/alpha/asm.h
- [DH] libavcodec/alpha/dsputil_alpha.c
- [DH] libavcodec/alpha/dsputil_alpha.h
- [DH] libavcodec/alpha/dsputil_alpha_asm.S
- [DH] libavcodec/alpha/hpeldsp_alpha.c
- [DH] libavcodec/alpha/hpeldsp_alpha.h
- [DH] libavcodec/alpha/hpeldsp_alpha_asm.S
- [DH] libavcodec/alpha/motion_est_alpha.c
- [DH] libavcodec/alpha/motion_est_mvi_asm.S
- [DH] libavcodec/alpha/mpegvideo_alpha.c
- [DH] libavcodec/alpha/regdef.h
- [DH] libavcodec/alpha/simple_idct_alpha.c
- [DH] libavcodec/avcodec.h
- [DH] libavcodec/dct-test.c
- [DH] libavcodec/dsputil.c
- [DH] libavcodec/dsputil.h
- [DH] libavcodec/hpeldsp.c
- [DH] libavcodec/hpeldsp.h
- [DH] libavcodec/mpegvideo.c
- [DH] libavcodec/mpegvideo.h
- [DH] libavcodec/msmpeg4.c
- [DH] libavcodec/options_table.h
- [DH] libavcodec/version.h