Changeset 178

Show
Ignore:
Timestamp:
11/02/06 20:56:19 (2 years ago)
Author:
gbooker
Message:

ffmpeg build fails with undefined symbols, but it is ffmpeg itself, not the libs that fail.
We only need to build the libs, so might as well do only that.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/createStaticLibs.sh

    r171 r178  
    4444        make -C libpostproc depend 
    4545        make -C vhook       depend 
    46         make -j3 
     46        make -j3            lib 
    4747         
    4848         
     
    6464        make -C libpostproc depend 
    6565        make -C vhook       depend 
    66         make -j3 
     66        make -j3            lib 
    6767         
    6868        #######################