HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 9 and Version 10 of media-video/vlc/1.0.4/1


Ignore:
Timestamp:
01/29/10 17:07:41 (5 years ago)
Author:
miqlas
Comment:

Updated.

Legend:

Unmodified
Added
Removed
Modified
  • media-video/vlc/1.0.4/1

    v9 v10  
    55* bootstrap 
    66* replace every instance of -lm and -lpthread with -lroot, and every -lsocket with -lnetwork 
    7 * configure --prefix=/boot/apps/vlc --disable-glx --disable-skins2 --disable-a52 --with-mad=/boot/common/lib --with-mad-tree=/boot/home/Desktop/VLC/libmad-0.15.1b LIBS=-lnetwork --enable-sdl-image LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --disable-postproc --disable-swscale --enable-run-as-root 
    8 (It is required, because the configure script didn't found these libs, FIXME!) 
     7* ./configure --prefix=/boot/apps/vlc --disable-glx --with-mad=/boot/common/lib --with-mad-tree=/boot/home/Desktop/VLC/libmad-0.15.1b LIBS=-lnetwork --enable-sdl-image LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include --enable-run-as-root --disable-swscale --disable-postproc --disable-skins2 
     8(It is required, because the configure script didn't found these libs, or something wrong with the ffmpeg's swscale and postproc. FIXME!) 
    99* make 
    1010(It takes long time, and You will get some warnings and errors) 
    … …  
    3636* /modules/control/signals.c:93: error: 'SA_SIGINFO' undeclared 
    3737{{{ 
    38 Comment out line 93 and 94 
     38Comment out line 93 and 94. This is not the best solution. FIXME! 
     39}}} 
     40[[BR]] 
     41 
     42[[BR]] 
     43* vlc-config 
     44{{{ 
     45Remove all instances of -lX11 
    3946}}} 
    4047[[BR]] 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/