milis/talimatname/genel/openh264/talimat

17 lines
311 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}