diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-02 09:37:38 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-02 09:37:38 +0000 |
commit | 51fbd7b72bf7670494ae83abc339bedbd3db5ee5 (patch) | |
tree | 243571af814a18fd9362d3ae92559a9492c66882 /data/x264/make.sh | |
parent | 9e5306a21a5e8006ef274e6eb287fec3b74f3e51 (diff) |
x264 should be a shared library.
git-svn-id: http://svn.telesphoreo.org/trunk@294 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/x264/make.sh')
-rw-r--r-- | data/x264/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/x264/make.sh b/data/x264/make.sh index 81fa96b10..8399d8b7b 100644 --- a/data/x264/make.sh +++ b/data/x264/make.sh @@ -1,4 +1,4 @@ pkg:setup -CC=${PKG_TARG}-gcc pkg:configure +CC=${PKG_TARG}-gcc pkg:configure --enable-shared make pkg:install |