brendanlong

Lower requirement for libogg to 1.2 for building on Ubuntu

Jun 21st, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.75 KB | None | 0 0
  1. From 0c710f5bc9db7d45dc08de71a9119a7933305e58 Mon Sep 17 00:00:00 2001
  2. From: Brendan Long <[email protected]>
  3. Date: Fri, 21 Jun 2013 10:38:31 -0600
  4. Subject: [PATCH] Lower requirement for libogg to 1.2 for building on Ubuntu
  5.  12.04.
  6.  
  7. ---
  8. configure.ac |    2 +-
  9.  1 file changed, 1 insertion(+), 1 deletion(-)
  10.  
  11. diff --git a/configure.ac b/configure.ac
  12. index 79422b1..ae3fb5b 100644
  13. --- a/configure.ac
  14. +++ b/configure.ac
  15. @@ -80,7 +80,7 @@ AS_IF([test "$enable_logging" = "yes"], [
  16.    AC_DEFINE([OD_LOGGING_ENABLED], [1], [Enable logging])
  17.  ])
  18.  
  19. -PKG_CHECK_MODULES([OGG], [ogg >= 1.3])
  20. +PKG_CHECK_MODULES([OGG], [ogg >= 1.2])
  21.  PKG_CHECK_MODULES([SDL], [sdl])
  22.  PKG_CHECK_MODULES([PNG], [libpng])
  23.  PKG_CHECK_MODULES([THEORA], [theoradec])
  24. --
  25. 1.7.9.5
Advertisement
Add Comment
Please, Sign In to add comment