
Recherche avancée
Autres articles (19)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (3768)
-
+"archived version" download link
6 janvier 2013, par scottschillerm doc/download/index.html +"archived version" download link
-
Log "no flash" message as INFO
31 décembre 2012, par scottschillerm script/soundmanager2-jsmin.js m script/soundmanager2.js Log "no flash" message as INFO
-
Trying to compile x264 and ffmpeg for iPhone - "missing required architecture arm in file"
11 février 2013, par jtrimI'm trying to compile x264 for use in an iPhone application. I see there are instructions on how to compile ffmpeg for use on the platform here : http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2009-October/076618.html , but I can't seem to find anything this complete for compiling x264 on the iPhone. I've found this source tree : http://gitorious.org/x264-arm that seems to have support for the ARM platform.
Here is my config line :
./configure —cross-prefix=/usr/bin/ —host=arm-apple-darwin10 —extra-cflags="-B /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk/usr/lib/ -I /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk/usr/lib/"
...and inside
configure
I'm using the gas-preprocessor script (first link above) as my assembler :gas-preprocessor.pl gcc
When I start compiling, it chunks away for a little while, then it spits out these warnings and a huge list of undefined symbols :
ld : warning : option -s is obsolete and being ignored ld : warning : -force_cpusubtype_ALL will become unsupported for ARM architectures ld : warning : in /usr/lib/crt1.o, missing required architecture arm in file ld : warning : in /usr/X11R6/lib/libX11.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libm.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libpthread.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libgcc_s.1.dylib, missing required architecture arm in file ld : warning : in /usr/lib/libSystem.dylib, missing required architecture arm in file Undefined symbols :
My guess would be that the problem has to do with the "missing required architecture arm in file" warning...any ideas ?