e29b04ccc7
Drop the per-codec options while at it, since we'll soon include a copy of the associated headers. Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
9 lines
78 B
Bash
Executable File
9 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
autoreconf -vi
|
|
|
|
if [ -z "$NOCONFIGURE" ]
|
|
then
|
|
./configure "$@"
|
|
fi
|