Mercurial > mplayer.hg
comparison configure @ 2310:9e059416eea6
libdemuxer...
author | arpi |
---|---|
date | Sat, 20 Oct 2001 18:49:08 +0000 |
parents | 09c01ef6a27d |
children | 7691aa226602 |
comparison
equal
deleted
inserted
replaced
2309:3128b9d8b4ea | 2310:9e059416eea6 |
---|---|
1732 # --------------- GUI end ------------------- | 1732 # --------------- GUI end ------------------- |
1733 fi | 1733 fi |
1734 | 1734 |
1735 _streamingdef='#undef STREAMING' | 1735 _streamingdef='#undef STREAMING' |
1736 if test "$_streaming" = yes ; then | 1736 if test "$_streaming" = yes ; then |
1737 _streamingsrcs='asf_streaming.c network.c url.c http.c' | 1737 # _streamingsrcs='asf_streaming.c network.c url.c http.c' |
1738 _streamingdef='#define STREAMING' | 1738 _streamingdef='#define STREAMING' |
1739 fi | 1739 fi |
1740 | 1740 |
1741 if test "$_gl" = yes ; then | 1741 if test "$_gl" = yes ; then |
1742 # XXX check this for OpenBSD & BSD/OS | 1742 # XXX check this for OpenBSD & BSD/OS |
2269 AV_DEP = $_lavcdep | 2269 AV_DEP = $_lavcdep |
2270 AV_LIB = $_lavclib | 2270 AV_LIB = $_lavclib |
2271 ALSA_LIB = $_alsalib | 2271 ALSA_LIB = $_alsalib |
2272 ESD_LIB = $_esdlib | 2272 ESD_LIB = $_esdlib |
2273 ARCH_LIBS = $_archlibs $_iconvlib | 2273 ARCH_LIBS = $_archlibs $_iconvlib |
2274 STREAM_SRCS = $_streamingsrcs | 2274 STREAMING=$_streaming |
2275 DECORE_LIBS = $_decorelibs | 2275 DECORE_LIBS = $_decorelibs |
2276 DIVX4LINUX=$_divx4linux | 2276 DIVX4LINUX=$_divx4linux |
2277 MLIB_INC = $_mlibinc | 2277 MLIB_INC = $_mlibinc |
2278 MLIB_LIB = $_mliblib | 2278 MLIB_LIB = $_mliblib |
2279 | 2279 |