
Recherche avancée
Autres articles (68)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (10482)
-
C++ how to link ffmpeg with cmake on windows
6 décembre 2016, par onurmhbI have downloaded ffmpeg dev files from ffmpeg.zeranoe.com and succesfully included the headers in my application. However, I am getting undefined errors when linking.
undefined reference to `avformat_open_input(AVFormatContext**, char const*, AVInputFormat*, AVDictionary**)'
I am using a FindFFMEG.cmake file to find ffmpeg library. From the cmake cache I see that it finds the library :
FFMPEG_avcodec_LIBRARY:FILEPATH=C:/Users/User/Google Drive/workspace/C++/Project/Dependencies/ffmpeg/lib/libavcodec.dll.a
...This is how I am linking :
find_package(FFMPEG REQUIRED)
if (FFMPEG_FOUND)
target_link_libraries(${PROJECT_NAME} ${FFMPEG_LIBRARIES})
include_directories(${FFMPEG_INCLUDE_DIR})
endif (FFMPEG_FOUND)I guess I am missing some files that should be included ?
How can I link ffmpeg correcly in my c++ project with cmake ?
Edit :
I am using mingw64 -
Compiling ffmpeg : how to force it to link to a specific libx264 ?
29 août 2012, par PaulJI'm trying to compile the newest version of ffmpeg (in CentOS 5.3). I first downloaded the latest version of libx264, compiled it with
--enable-static
and installed it in/usr/local/
. However, when I then compile ffmpeg I get this error message :libavcodec/libavcodec.a(libx264.o): In function `X264_init':
/usr/local/src/ffmpeg/libavcodec/libx264.c:494: undefined reference to `x264_encoder_open_125'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1Searching on the net, I see that this can happen if ffmpeg is picking up an older version of libx264, which I indeed have (in
/usr/lib
) and can't uninstall because other pieces of software depend on it. The question is then : how can I force ffmpeg to link against the libx264 that I want ? The last time I had to do this (admittedly a year ago) I also had 2 versions of libx264, and I don't remember having to do anything special. Is there a configure switch that I'm forgetting ? -
Don’t use form.elements as that isn’t supported in jQuery 1.6 anymore.
26 avril 2011, par Jörn Zaeffererm jquery.validate.js Don’t use form.elements as that isn’t supported in jQuery 1.6 anymore. ITs buggy as hell anyway (IE6-8 : form.elements === form).