2013-12-10 09:19:42 +01:00
|
|
|
#!/bin/sh
|
2014-01-27 21:54:47 +01:00
|
|
|
python build/mktargets.py --directory codec/decoder --library decoder
|
2014-01-24 13:30:08 +01:00
|
|
|
python build/mktargets.py --directory codec/encoder --library encoder --exclude DllEntry.cpp
|
2014-03-04 13:54:33 +01:00
|
|
|
python build/mktargets.py --directory codec/common --library common --exclude asm_inc.asm
|
2014-01-24 13:30:08 +01:00
|
|
|
python build/mktargets.py --directory codec/processing --library processing
|
2013-12-12 03:56:52 +01:00
|
|
|
|
2014-01-24 13:30:08 +01:00
|
|
|
python build/mktargets.py --directory codec/console/dec --binary h264dec
|
|
|
|
python build/mktargets.py --directory codec/console/enc --binary h264enc
|
|
|
|
python build/mktargets.py --directory test --binary codec_unittest
|
|
|
|
python build/mktargets.py --directory gtest --library gtest --out build/gtest-targets.mk --cpp-suffix .cc --include gtest-all.cc
|