diff options
author | phintuka <phintuka> | 2011-02-28 12:28:25 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2011-02-28 12:28:25 +0000 |
commit | 4329cd5c611cb155c5d6a652cdab616b9d297ffa (patch) | |
tree | 12fab91badc901d73a6bc68c2a6858d6709535d4 | |
parent | 3443f2f70a66c0c6b40ff73af29c5f0ad541c165 (diff) | |
download | xineliboutput-4329cd5c611cb155c5d6a652cdab616b9d297ffa.tar.gz xineliboutput-4329cd5c611cb155c5d6a652cdab616b9d297ffa.tar.bz2 |
Added pthread and dlfcn to features list
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# * $Id: configure,v 1.29 2010-11-23 13:21:06 phintuka Exp $ +# * $Id: configure,v 1.30 2011-02-28 12:28:25 phintuka Exp $ # PKG_CONFIG="pkg-config" @@ -235,6 +235,8 @@ FEATURES=" xrender xshape opengl + pthread + dlfcn vdpau i18n " |