abclinuxu.cz AbcLinuxu.cz itbiz.cz ITBiz.cz HDmag.cz HDmag.cz abcprace.cz AbcPráce.cz
AbcLinuxu hledá autory!
Inzerujte na AbcPráce.cz od 950 Kč
Rozšířené hledání
×
    dnes 12:11 | IT novinky

    Před 30 lety, tj. v úterý 30. dubna 1996, byl spuštěn Seznam.cz.

    Ladislav Hagara | Komentářů: 0
    dnes 11:44 | Komunita

    Byly zpracovány a zveřejněny všechny videozáznamy, které stojí za zveřejnění, z konference FOSDEM 2026.

    Ladislav Hagara | Komentářů: 0
    dnes 01:11 | IT novinky

    Od úterý 28. dubna musí nově uváděné notebooky v Evropské unii podporovat nabíjení přes USB-C. Jednotná nabíječka byla schválena Evropským parlamentem v říjnu 2022.

    Ladislav Hagara | Komentářů: 51
    včera 23:44 | Bezpečnostní upozornění

    Byly publikovány informace o kritické zranitelnosti CVE-2026-31431 pojmenované Copy Fail v Linuxu, konkrétně v kryptografii (AF_ALG). Běžný uživatel může získat práva roota (lokální eskalaci práv). Na všech distribucích Linuxu vydaných od roku 2017. Pomocí 732bajtového skriptu. V upstreamu je již opraveno. Zranitelnost byla nalezena pomocí AI Xint Code.

    Ladislav Hagara | Komentářů: 3
    včera 17:44 | Nová verze

    Textový editor Zed dospěl do verze 1.0. Představení v příspěvku na blogu.

    Ladislav Hagara | Komentářů: 0
    včera 04:44 | Komunita

    Vývojáři svobodného 3D softwaru Blender představili (𝕏, Mastodon, Bluesky) nejnovějšího firemního sponzora Blenderu. Je ním společnost Anthropic stojící za AI Claude a úroveň sponzoringu je Patron, tj. minimálně 240 tisíc eur ročně. Anthropic oznámil sponzorství v tiskové zprávě Claude for Creative Work.

    Ladislav Hagara | Komentářů: 7
    včera 03:55 | Nová verze

    VNC server wayvnc pro Wayland kompozitory postavené nad wlroots - ne GNOME, KDE nebo Weston - byl vydán ve verzi 0.10.0. Vydána byla také verze 1.0.0 související knihovny neatvnc.

    Ladislav Hagara | Komentářů: 0
    28.4. 16:22 | Nová verze

    Bylo oznámeno vydání Fedora Linuxu 44. Ve finální verzi vychází šest oficiálních edic: Fedora Workstation a Fedora KDE Plasma Desktop pro desktopové, Fedora Server pro serverové, Fedora IoT pro internet věcí, Fedora Cloud pro cloudové nasazení a Fedora CoreOS pro ty, kteří preferují neměnné systémy. Vedle nich jsou k dispozici také další atomické desktopy, spiny a laby. Podrobný přehled novinek v samostatných článcích na stránkách

    … více »
    Ladislav Hagara | Komentářů: 7
    28.4. 15:44 | Zajímavý článek

    David Malcolm se na blogu vývojářů Red Hatu rozepsal o vybraných novinkách v GCC 16, jež by mělo vyjít v nejbližších dnech. Vypíchnuta jsou vylepšení čitelnosti chybových zpráv v C++, aktualizovaný SARIF (Static Analysis Results Interchange Format) výstup a nová volba experimental-html v HTML výstupu.

    Ladislav Hagara | Komentářů: 0
    28.4. 15:11 | Nová verze

    Byla vydána verze R14.1.6 desktopového prostředí Trinity Desktop Environment (TDE, fork KDE 3.5, Wikipedie). Přehled novinek v poznámkách k vydání, podrobnosti v seznamu změn.

    JZD | Komentářů: 0
    Které desktopové prostředí na Linuxu používáte?
     (14%)
     (8%)
     (2%)
     (13%)
     (31%)
     (3%)
     (6%)
     (3%)
     (15%)
     (24%)
    Celkem 1464 hlasů
     Komentářů: 30, poslední 3.4. 20:20
    Rozcestník

    Dotaz: Problem ffmpeg-php

    24.7.2008 19:34 Michal
    Problem ffmpeg-php
    Přečteno: 544×
    Ahoj, mam problem zkompilovat ffmpeg-php na centos 4.6

    Zkompiloval jsem posledni ffmpeg(svn) verze + php 4.4.8

    ffmpeg-php hlasi tyto chyby pri make
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:992: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1012: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1016: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1016: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1016: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1016: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1022: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1026: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1034: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1034: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1012: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1034: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1038: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1038: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1038: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1038: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1044: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1048: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1072: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1072: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1034: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1072: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1076: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1076: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1076: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1076: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1081: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1083: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1108: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1108: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1072: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1108: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1112: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1112: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1112: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1112: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1117: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1119: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1144: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1144: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1108: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1144: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1148: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1148: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1148: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1148: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1153: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1155: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1164: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1164: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1144: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1164: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1168: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1168: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1168: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1168: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1173: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1175: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `_php_get_ff_frame':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1333: warning: `img_copy' is deprecated (declared at /usr/local/include/libavcodec/avcodec.h:2965)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1349: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1349: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1164: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1349: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1352: error: `ht' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1353: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1356: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1356: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1356: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1356: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1359: error: `return_value_used' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1360: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1369: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1369: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1349: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1369: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1374: error: `ht' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1375: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1378: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1378: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1378: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1378: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1399: error: `return_value_used' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1400: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: At top level:
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1453: warning: return type defaults to `int'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1453: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1369: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1453: error: redefinition of 'PHP_METHOD'
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:515: error: previous definition of 'PHP_METHOD' was here
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c: In function `PHP_METHOD':
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1457: error: `this_ptr' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1457: error: `return_value' undeclared (first use in this function)
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1457: warning: `return' with no value, in function returning non-void
    /root/install/ffmpeg-php-0.5.3.1/ffmpeg_movie.c:1461: warning: `return' with no value, in function returning non-void
    make: *** [ffmpeg_movie.lo] Error 1
    
    Zkousel jsem ruzna verze ffmpeg-php a uz nevim kde by mohl by problem?

    Odpovědi

    24.7.2008 19:52 Käyttäjä 11133 | skóre: 58 | blog: Ajattelee menneisyyttä
    Rozbalit Rozbalit vše Re: Problem ffmpeg-php
    Nechybí ti nějaký devel balík? něco jako php-devel, nebo tak?
    24.7.2008 20:00 Michal
    Rozbalit Rozbalit vše Re: Problem ffmpeg-php
    php jsem kompiloval ze zdrojaku, takze php-devel to urcite nebude

    Založit nové vláknoNahoru

    Tiskni Sdílej: Linkuj Jaggni to Vybrali.sme.sk Google Del.icio.us Facebook

    ISSN 1214-1267   www.czech-server.cz
    © 1999-2015 Nitemedia s. r. o. Všechna práva vyhrazena.