4 lines
124 B
Bash
4 lines
124 B
Bash
#!/bin/bash
|
|
source "$(dirname "$BASH_SOURCE")"/linux64-gpl.sh
|
|
FF_CONFIGURE="--enable-nonfree $FF_CONFIGURE"
|
|
LICENSE_FILE=""
|