milis/talimatname/genel/openh264/talimat

17 lines
311 B
Plaintext
Raw Normal View History

2017-07-02 18:15:14 +02:00
# Description: açık kaynak h264 kodek uyg.
# URL: http://www.openh264.org/
# Packager: milisarge
# Depends on: nasm
name=openh264
version=1.1-2103-g69a8b3c
release=1
source=(https://github.com/cisco/$name/archive/v$version.zip)
build() {
cd ${name}-${version##*-g}*
make
make PREFIX=$PKG/usr install
}