milis/talimatname/genel/o/openh264/talimat

17 lines
304 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: açık kaynak h264 kodek uyg.
2017-07-02 18:15:14 +02:00
# URL: http://www.openh264.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: nasm
2017-07-02 18:15:14 +02:00
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
}