git: bump to 2.36.0
[kiss-trunc88.git] / mp4v2 / build
blob6f3d143fe98354a729d594070fbf4ca0a9d69348
1 #!/bin/sh -e
3 export CXXFLAGS="$CXXFLAGS -Wno-narrowing"
5 ./configure \
6 --prefix=/usr \
7 --disable-debug
9 make
10 make DESTDIR="$1" install