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í
×
    včera 16:44 | Komunita

    Dnes v 17:30 bude oficiálně vydána open source počítačová hra DOGWALK vytvořena v 3D softwaru Blender a herním enginu Godot. Release party proběhne na YouTube od 17:00.

    Ladislav Hagara | Komentářů: 3
    včera 14:55 | Humor

    McDonald's se spojil se společností Paradox a pracovníky nabírá také pomocí AI řešení s virtuální asistentkou Olivii běžící na webu McHire. Ian Carroll a Sam Curry se na toto AI řešení blíže podívali a opravdu je překvapilo, že se mohli přihlásit pomocí jména 123456 a hesla 123456 a získat přístup k údajům o 64 milionech uchazečů o práci.

    Ladislav Hagara | Komentářů: 9
    včera 00:11 | Nová verze

    Byla vydána (𝕏) červnová aktualizace aneb nová verze 1.102 editoru zdrojových kódů Visual Studio Code (Wikipedie). Přehled novinek i s náhledy a videi v poznámkách k vydání. Ve verzi 1.102 vyjde také VSCodium, tj. komunitní sestavení Visual Studia Code bez telemetrie a licenčních podmínek Microsoftu.

    Ladislav Hagara | Komentářů: 0
    10.7. 21:00 | Bezpečnostní upozornění

    Byla vydána nová verze 2.4.64 svobodného multiplatformního webového serveru Apache (httpd). Řešeno je mimo jiné 8 bezpečnostních chyb.

    Ladislav Hagara | Komentářů: 4
    10.7. 15:22 | Nová verze

    Společnost xAI na síti 𝕏 představila Grok 4, tj. novou verzi svého AI LLM modelu Grok.

    Ladislav Hagara | Komentářů: 11
    10.7. 12:55 | Bezpečnostní upozornění

    Ministerstvo vnitra odhalilo závažný kyberincident v IT systému resortu. Systém, do kterého se dostal útočník bez oprávnění, byl odpojen a nedošlo k odcizení dat [𝕏].

    Ladislav Hagara | Komentářů: 16
    10.7. 11:55 | Humor

    Před rokem byla streamovací služba HBO Max přejmenována na Max. Dle managementu slovo HBO v názvu nebylo důležité. Včera byl Max přejmenován zpět na HBO Max. Kolik milionů dolarů to stálo? 😂

    Ladislav Hagara | Komentářů: 12
    10.7. 02:11 | Nová verze

    Byla vydána nová major verze 8.0.0 svobodného systému pro detekci a prevenci průniků a monitorování bezpečnosti počítačových sítí Suricata (Wikipedie). Přehled novinek v oficiálním oznámení a v aktualizované dokumentaci.

    Ladislav Hagara | Komentářů: 0
    10.7. 01:11 | Nová verze

    Mastodon (Wikipedie) - sociální síť, která není na prodej - byl vydán ve verzi 4.4. Přehled novinek s náhledy a videi v oznámení na blogu.

    Ladislav Hagara | Komentářů: 1
    10.7. 00:11 | IT novinky

    Instituce státní správy nebudou smět využívat produkty, aplikace, řešení, webové stránky a webové služby poskytované čínskou společností DeepSeek. Na doporučení Národního úřadu pro kybernetickou a informační bezpečnost rozhodla o jejich zákazu vláda Petra Fialy na jednání ve středu 9. července 2025.

    Ladislav Hagara | Komentářů: 8
    Jaký je váš oblíbený skriptovací jazyk?
     (59%)
     (27%)
     (7%)
     (2%)
     (1%)
     (1%)
     (4%)
    Celkem 386 hlasů
     Komentářů: 16, poslední 8.6. 21:05
    Rozcestník

    Dotaz: Problem ffmpeg-php

    24.7.2008 19:34 Michal
    Problem ffmpeg-php
    Přečteno: 527×
    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.