Cinelerra : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
Ligne 30 : Ligne 30 :
 
   Have OpenGL 2.0
 
   Have OpenGL 2.0
 
   Configured successfully.  Type 'make' to build me.
 
   Configured successfully.  Type 'make' to build me.
 +
 +
On tombe sur le bug "connu" ...
 +
 +
In file included from faad2.cpp:21:
 +
faad2.h:28:26: error: codec_plugin.h: No such file or directory
 +
faad2.cpp:22:32: error: mpeg4_audio_config.h: No such file or directory
 +
faad2.cpp:23:23: error: mpeg4_sdp.h: No such file or directory
 +
In file included from faad2.cpp:21:
 +
faad2.h:36: error: 'codec_data_t' does not name a type
 +
  
  
 
----
 
----
 
[[Category:Video]] [[Category:Cinelerra]]
 
[[Category:Video]] [[Category:Cinelerra]]

Version du 19 novembre 2009 à 17:49

Autre logiciel de traitement de vidéo. Nécessite l'utilisation d'un dépôt spécifique :

Ubuntu Karmic 
http://cvs.cinelerra.org/getting_cinelerra.php#karmic
Ubuntu 
http://doc.ubuntu-fr.org/Cinelerra


Obsolète / debian 
#cinelerra
deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
apt-get install cinelerra

installe également cinepaint

Notes 
(à partir des sources)
 1ère passe / 9h45
 506  cd /tmp/
 507  ls
 508  bunzip2 cinelerra-4.1-src.tar.bz2 
 509  tar xvf cinelerra-4.1-src.tar 
 510  cd cinelerra-4.1/
 511  ./configure 
 
 9h50
 Writing hvirtual_config.h
 Have Video4Linux 2
 Have DVB
 Have OpenGL 2.0
 Configured successfully.  Type 'make' to build me.

On tombe sur le bug "connu" ...

In file included from faad2.cpp:21:
faad2.h:28:26: error: codec_plugin.h: No such file or directory
faad2.cpp:22:32: error: mpeg4_audio_config.h: No such file or directory
faad2.cpp:23:23: error: mpeg4_sdp.h: No such file or directory
In file included from faad2.cpp:21:
faad2.h:36: error: 'codec_data_t' does not name a type