Recherche avancée

Médias (91)

Autres articles (60)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (5068)

  • avformat/mxfdec : only probe max run in

    21 septembre 2022, par Michael Niedermayer
    avformat/mxfdec : only probe max run in
    

    Suggested-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfdec.c
  • Anomalie #3273 : Bug fonctions avancées sous spip 3.0.17

    11 octobre 2014, par Vincent Marty

    Le bug est toujours présent mais il provient du serveur. Un paramètre ne plaît pas à spip dans ses nouvelles versions.

    Le 11 oct. 2014 à 10:53, a écrit :

    La demande #3273 a été mise à jour par b b.
    On en est où de ce bug ? Est-il confirmé ou peut-on fermer le ticket ?

    Anomalie #3273 : Bug fonctions avancées sous spip 3.0.17
    Auteur : Vincent Marty
    Statut : Nouveau
    Priorité : Normal
    Assigné à : cedric -
    Catégorie : espace privé
    Version cible : 3.0
    Resolution :
    Navigateur : Webkit (Chrome/Safari)
    Sous spip 3.0.17 (Révision 21515) il est impossible d’accéder à l’url http://www.monsite.fr/ecrire/?exec=configurer_avancees
    Le navigateur (Chrome) retourne une erreur : "Echec du chargement de la page - aucune donée reçue"

    Ce bug n’est pas présent sur spip 3.0.11 ou 3.0.18-dev

    Vous recevez ce mail car vous êtes impliqués sur ce projet.
    Pour changer les préférences d’envoi de mail, allez sur http://core.spip.org/my/account

  • How to fix the "No working C compiler found." problem for compiling x264 in Linux ?

    27 février 2023, par gc xu

    Firstly I have read all other solutions related to this problem, including adding path and reinstall yasm, nasm, gcc...&#xA;I git clone the source code from https://code.videolan.org/videolan/x264.git.&#xA;Then, I run command ./configure, it shows

    &#xA;

    ./configure: line 169: conftest.log: Invalid argument&#xA;./configure: line 169: conftest.log: Invalid argument&#xA;./configure: line 169: conftest.log: Invalid argument&#xA;./configure: line 169: conftest.log: Invalid argument&#xA;No working C compiler found.&#xA;

    &#xA;

    I check the file "config.log". It shows :

    &#xA;

    checking for -Werror=unknown-warning-option... no&#xA;Failed commandline was:&#xA;--------------------------------------------------&#xA;gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=unknown-warning-option   -o conftest&#xA;cc1: error: ‘-Werror=unknown-warning-option’: no option -Wunknown-warning-option&#xA;--------------------------------------------------&#xA;Failed program was:&#xA;--------------------------------------------------&#xA;int main (void) {  return 0; }&#xA;--------------------------------------------------&#xA;checking for -Werror=unknown-attributes... no&#xA;Failed commandline was:&#xA;--------------------------------------------------&#xA;gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=unknown-attributes   -o conftest&#xA;cc1: error: ‘-Werror=unknown-warning-option’: no option -Wunknown-warning-option&#xA;--------------------------------------------------&#xA;Failed program was:&#xA;--------------------------------------------------&#xA;int main (void) {  return 0; }&#xA;--------------------------------------------------&#xA;checking for -Werror=attributes... no&#xA;Failed commandline was:&#xA;--------------------------------------------------&#xA;gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=attributes   -o conftest&#xA;cc1: error: ‘-Werror=unknown-warning-option’: no option -Wunknown-warning-option&#xA;--------------------------------------------------&#xA;Failed program was:&#xA;--------------------------------------------------&#xA;int main (void) {  return 0; }&#xA;--------------------------------------------------&#xA;checking for -Werror=ignored-attributes... no&#xA;Failed commandline was:&#xA;--------------------------------------------------&#xA;gcc conftest.c  -Wall -I. -I$(SRCPATH)   -Werror=ignored-attributes   -o conftest&#xA;cc1: error: ‘-Werror=unknown-warning-option’: no option -Wunknown-warning-option&#xA;--------------------------------------------------&#xA;Failed program was:&#xA;--------------------------------------------------&#xA;int main (void) {  return 0; }&#xA;--------------------------------------------------&#xA;x264 configure script&#xA;Command line options: "--enable-shared" "--enable-static"&#xA;&#xA;checking whether gcc works... no&#xA;Failed commandline was:&#xA;--------------------------------------------------&#xA;gcc conftest.c -m64  -Wall -I. -I$(SRCPATH)     -m64  -lm -o conftest&#xA;cc1: error: ‘-Werror=unknown-warning-option’: no option -Wunknown-warning-option&#xA;--------------------------------------------------&#xA;Failed program was:&#xA;--------------------------------------------------&#xA;int main (void) {  return 0; }&#xA;--------------------------------------------------&#xA;DIED: No working C compiler found.&#xA;

    &#xA;

    Plus I wonder is there something to do with nasm ? Becasuse I install nasm with some C grammer problems :

    &#xA;

    ./config/config.h:659:16: error: duplicate ‘unsigned’&#xA;  659 | #define size_t unsigned int&#xA;      |                ^~~~~~~~&#xA;./config/config.h:659:25: error: two or more data types in declaration specifiers&#xA;  659 | #define size_t unsigned int&#xA;      |                         ^~~&#xA;In file included from /usr/include/string.h:633,&#xA;                 from ./include/compiler.h:89,&#xA;                 from asm/nasm.c:38:&#xA;./include/compiler.h:241:7: error: expected identifier or ‘(’ before ‘__extension__’&#xA;  241 | char *strsep(char **, const char *);&#xA;      |       ^~~~~~&#xA;./include/compiler.h:241:7: error: expected identifier or ‘(’ before ‘)’ token&#xA;  241 | char *strsep(char **, const char *);&#xA;      |       ^~~~~~&#xA;make[1]: *** [asm/nasm.o] Error 1&#xA;make[1]: Leaving directory `/mnt/nfs0/gengcheng/ffmpeg-5.0.2/nasm-2.15.05&#x27;&#xA;make: *** [all] Error 2&#xA;

    &#xA;

    I have read all other solutions related to this problem, including adding path and reinstall yasm, nasm, gcc...&#xA;I want to install x264 to configure it in ffmpeg. Thanks for all your answers !

    &#xA;