search for: 6113ee6

Displaying 1 result from an estimated 1 matches for "6113ee6".

Did you mean: 611386
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
...ples/seeking_example + +examples_opusfile_example_LDADD = libopusfile.la +examples_seeking_example_LDADD = libopusfile.la + +example: $(EXTRA_PROGRAMS) + +debug: + $(MAKE) CFLAGS="$(CFLAGS) -ggdb -O0" all example diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..6113ee6 --- /dev/null +++ b/configure.ac @@ -0,0 +1,14 @@ +AC_INIT([libopusfile], [0.0]) + +AM_INIT_AUTOMAKE([1.11 foreign dist-bzip2]) + +LT_INIT + +AC_ARG_ENABLE([http], AS_HELP_STRING([--disable-http], [Disable HTTP support])) + +AS_IF([test "x$enable_http" != "xno"], [openssl="...