summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Ian Nartowicz <iann@crunchbang>2014-06-10 16:40:52 +0100
committerGravatar Ian Nartowicz <iann@crunchbang>2014-06-10 16:40:52 +0100
commite4f6a43d63372d9ddc21574d5fc43aea01c9c117 (patch)
tree09d5d330e7d99accb0d240b8eab6943c48e7d87f /configure.ac
parentd76eec34fc9a2544bc768028719119690739b60b (diff)
ogg_stream_flush_fill conditional compilation
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 57d87e90..6005ff51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -753,10 +753,7 @@ PLUGINS_DIRS="plugins/liboggedit plugins/libmp4ff plugins/libparser plugins/last
AM_CONDITIONAL(APE_USE_YASM, test "x$APE_USE_YASM" = "xyes")
AM_CONDITIONAL(HAVE_VORBIS, test "x$HAVE_VORBISPLUGIN" = "xyes")
AM_CONDITIONAL(HAVE_OGG, test "x$HAVE_OGG" = "xyes")
-<<<<<<< HEAD
-=======
AM_CONDITIONAL(HAVE_OGG_STREAM_FLUSH_FILL, test "x$HAVE_OGG_STREAM_FLUSH_FILL" = "xyes")
->>>>>>> Possible conditional compilation for padding
AM_CONDITIONAL(HAVE_FLAC, test "x$HAVE_FLACPLUGIN" = "xyes")
AM_CONDITIONAL(HAVE_WAVPACK, test "x$HAVE_WAVPACKPLUGIN" = "xyes")
AM_CONDITIONAL(HAVE_SNDFILE, test "x$HAVE_SNDFILEPLUGIN" = "xyes")