Changeset f53fe2616cba88c32648098ae3d69e0f221091b1
- Timestamp:
- 07/01/03 21:17:32
(5 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1057087052 +0000
- git-parent:
[dceb44290badf3c971a0d6ef87999d9e041623b7]
- git-author:
- Sam Hocevar <sam@videolan.org> 1057087052 +0000
- Message:
- configure.ac:
+ Fixed a == test bashism.
+ Cosmetic changes.
- toolbox, vlc-config.in.in: Cosmetic changes.
- Makefile.am: Fixed the Mozilla plugin build (happy bootstrap).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rdceb442 |
rf53fe26 |
|
| 591 | 591 | mozilla_libplugin_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags mozilla pic` \ |
|---|
| 592 | 592 | $(CPPFLAGS_mozilla_EXTRA) -Imozilla |
|---|
| 593 | | mozilla_libplugin_a_DEPENDENCIES = lib/libvlc_pic.a $(DATA_npvlc_rc) builtins_pic |
|---|
| | 593 | mozilla_libplugin_a_DEPENDENCIES = lib/libvlc_pic.a $(DATA_npvlc_rc) |
|---|
| 594 | 594 | |
|---|
| 595 | 595 | BUILT_SOURCES_mozilla = mozilla/vlcintf.h |
|---|
| rda38547 |
rf53fe26 |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | | dnl $Id: configure.ac,v 1.20 2003/07/01 17:46:50 sam Exp $ |
|---|
| | 2 | dnl $Id: configure.ac,v 1.21 2003/07/01 19:17:32 sam Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | AC_INIT(vlc,0.6.0) |
|---|
| … | … | |
| 911 | 911 | [ --with-tuning=ARCH enable special tuning for an architecture |
|---|
| 912 | 912 | (default i686 on IA-32 and 750 on PPC)]) |
|---|
| 913 | | if test "${with_tuning}" != ""; then |
|---|
| | 913 | if test -n "${with_tuning}"; then |
|---|
| 914 | 914 | if test "${target_cpu}" = "powerpc"; then |
|---|
| 915 | 915 | CFLAGS_TUNING="-mtune=${with_tuning}" |
|---|
| … | … | |
| 1003 | 1003 | case "${with_dvdcss}" in |
|---|
| 1004 | 1004 | ""|yes) |
|---|
| 1005 | | if test "${with_dvdcss_tree}" = "" |
|---|
| | 1005 | if test -z "${with_dvdcss_tree}" |
|---|
| 1006 | 1006 | then |
|---|
| 1007 | 1007 | AC_CHECK_HEADERS(dvdcss/dvdcss.h, |
|---|
| … | … | |
| 1013 | 1013 | AC_MSG_CHECKING(for libdvdcss.a in ${with_dvdcss_tree}) |
|---|
| 1014 | 1014 | real_dvdcss_tree="`cd ${with_dvdcss_tree} 2>/dev/null && pwd`" |
|---|
| 1015 | | if test "${real_dvdcss_tree}" = "" |
|---|
| | 1015 | if test -z "${real_dvdcss_tree}" |
|---|
| 1016 | 1016 | then |
|---|
| 1017 | 1017 | dnl The given directory can't be found |
|---|
| … | … | |
| 1068 | 1068 | AC_ARG_WITH(dvdread-tree, |
|---|
| 1069 | 1069 | [ --with-dvdread-tree=PATH libdvdread tree for static linking]) |
|---|
| 1070 | | if test "${with_dvdread}" = "" |
|---|
| 1071 | | then |
|---|
| 1072 | | if test "${with_dvdread_tree}" = "" |
|---|
| | 1070 | if test -z "${with_dvdread}" |
|---|
| | 1071 | then |
|---|
| | 1072 | if test -z "${with_dvdread_tree}" |
|---|
| 1073 | 1073 | then |
|---|
| 1074 | 1074 | AC_CHECK_HEADERS(dvdread/dvd_reader.h, |
|---|
| … | … | |
| 1076 | 1076 | AX_ADD_LDFLAGS([dvdread],[-ldvdread ${LDFLAGS_dvdcss}]) |
|---|
| 1077 | 1077 | ],[ |
|---|
| 1078 | | if test "${enable_dvdread}" != "" |
|---|
| | 1078 | if test -n "${enable_dvdread}" |
|---|
| 1079 | 1079 | then |
|---|
| 1080 | 1080 | AC_MSG_WARN([Please get libdvdread from http://www.dtek.chalmers.se/groups/dvd/downloads.shtml]) |
|---|
| … | … | |
| 1085 | 1085 | AC_MSG_CHECKING(for libdvdread.a in ${with_dvdread_tree}) |
|---|
| 1086 | 1086 | real_dvdread_tree="`cd ${with_dvdread_tree} 2>/dev/null && pwd`" |
|---|
| 1087 | | if test "${real_dvdread_tree}" = "" |
|---|
| | 1087 | if test -z "${real_dvdread_tree}" |
|---|
| 1088 | 1088 | then |
|---|
| 1089 | 1089 | dnl The given directory can't be found |
|---|
| … | … | |
| 1132 | 1132 | AC_ARG_WITH(dvdplay-tree, |
|---|
| 1133 | 1133 | [ --with-dvdplay-tree=PATH libdvdplay tree for static linking]) |
|---|
| 1134 | | if test "${with_dvdplay}" = "" |
|---|
| 1135 | | then |
|---|
| 1136 | | if test "${with_dvdplay_tree}" = "" |
|---|
| | 1134 | if test -z "${with_dvdplay}" |
|---|
| | 1135 | then |
|---|
| | 1136 | if test -z "${with_dvdplay_tree}" |
|---|
| 1137 | 1137 | then |
|---|
| 1138 | 1138 | AC_CHECK_HEADERS(dvdplay/dvdplay.h,[ |
|---|
| … | … | |
| 1141 | 1141 | AX_ADD_CPPFLAGS([dvdplay],[${CPPFLAGS_dvdread}]) |
|---|
| 1142 | 1142 | ],[ |
|---|
| 1143 | | if test "${enable_dvdplay}" != "" |
|---|
| | 1143 | if test -n "${enable_dvdplay}" |
|---|
| 1144 | 1144 | then |
|---|
| 1145 | 1145 | AC_MSG_WARN([Please get libdvdplay from http://www.videolan.org/.]) |
|---|
| … | … | |
| 1150 | 1150 | AC_MSG_CHECKING(for libdvdplay.a in ${with_dvdplay_tree}) |
|---|
| 1151 | 1151 | real_dvdplay_tree="`cd ${with_dvdplay_tree} 2>/dev/null && pwd`" |
|---|
| 1152 | | if test "${real_dvdplay_tree}" = "" |
|---|
| | 1152 | if test -z "${real_dvdplay_tree}" |
|---|
| 1153 | 1153 | then |
|---|
| 1154 | 1154 | dnl The given directory can't be found |
|---|
| … | … | |
| 1199 | 1199 | case "${with_dvbpsi}" in |
|---|
| 1200 | 1200 | ""|yes) |
|---|
| 1201 | | if test "${with_dvbpsi_tree}" = "" |
|---|
| | 1201 | if test -z "${with_dvbpsi_tree}" |
|---|
| 1202 | 1202 | then |
|---|
| 1203 | 1203 | AC_CHECK_HEADERS(dvbpsi/dr.h, |
|---|
| … | … | |
| 1217 | 1217 | AC_MSG_CHECKING(for libdvbpsi.a in ${with_dvbpsi_tree}) |
|---|
| 1218 | 1218 | real_dvbpsi_tree="`cd ${with_dvbpsi_tree} 2>/dev/null && pwd`" |
|---|
| 1219 | | if test "${real_dvbpsi_tree}" = "" |
|---|
| | 1219 | if test -z "${real_dvbpsi_tree}" |
|---|
| 1220 | 1220 | then |
|---|
| 1221 | 1221 | dnl The given directory can't be found |
|---|
| … | … | |
| 1242 | 1242 | *) |
|---|
| 1243 | 1243 | AC_MSG_CHECKING(for dvbpsi headers in ${with_dvbpsi}) |
|---|
| 1244 | | if test "${with_dvbpsi}" = "" |
|---|
| | 1244 | if test -z "${with_dvbpsi}" |
|---|
| 1245 | 1245 | then |
|---|
| 1246 | 1246 | LDFLAGS_test="" |
|---|
| … | … | |
| 1257 | 1257 | |
|---|
| 1258 | 1258 | ],[ |
|---|
| 1259 | | if test "${enable_dvbpsi}" != "" |
|---|
| | 1259 | if test -n "${enable_dvbpsi}" |
|---|
| 1260 | 1260 | then |
|---|
| 1261 | 1261 | AC_MSG_ERROR([Could not find libdvbpsi on your system: you may get it from www.videolan.org, you'll need at least version 0.1.1]) |
|---|
| … | … | |
| 1276 | 1276 | AC_ARG_WITH(v4l, |
|---|
| 1277 | 1277 | [ --with-v4l=PATH path to a v4l-enabled kernel tree],[],[]) |
|---|
| 1278 | | if test "${with_v4l}" != "no" -a "${with_v4l}" != "" |
|---|
| | 1278 | if test "${with_v4l}" != "no" -a -n "${with_v4l}" |
|---|
| 1279 | 1279 | then |
|---|
| 1280 | 1280 | AX_ADD_CPPFLAGS([v4l],[-I${with_v4l}/include]) |
|---|
| … | … | |
| 1436 | 1436 | AC_ARG_WITH(mad, |
|---|
| 1437 | 1437 | [ --with-mad=PATH path to libmad],[],[]) |
|---|
| 1438 | | if test "${with_mad}" != "no" -a "${with_mad}" != "" |
|---|
| | 1438 | if test "${with_mad}" != "no" -a -n "${with_mad}" |
|---|
| 1439 | 1439 | then |
|---|
| 1440 | 1440 | AX_ADD_CPPFLAGS([mpgatofixed32],[-I${with_mad}/include]) |
|---|
| … | … | |
| 1444 | 1444 | AC_ARG_WITH(mad-tree, |
|---|
| 1445 | 1445 | [ --with-mad-tree=PATH mad tree for static linking],[],[]) |
|---|
| 1446 | | if test "${with_mad_tree}" != "no" -a "${with_mad_tree}" != "" |
|---|
| | 1446 | if test "${with_mad_tree}" != "no" -a -n "${with_mad_tree}" |
|---|
| 1447 | 1447 | then |
|---|
| 1448 | 1448 | real_mad_tree="`cd ${with_mad_tree} 2>/dev/null && pwd`" |
|---|
| 1449 | | if test "${real_mad_tree}" = "" |
|---|
| | 1449 | if test -z "${real_mad_tree}" |
|---|
| 1450 | 1450 | then |
|---|
| 1451 | 1451 | dnl The given directory can't be found |
|---|
| … | … | |
| 1506 | 1506 | dnl test for !(--with-ffmpeg-tree) |
|---|
| 1507 | 1507 | dnl |
|---|
| 1508 | | if test "${with_ffmpeg_tree}" == "no" -o "${with_ffmpeg_tree}" == "";then |
|---|
| | 1508 | if test "${with_ffmpeg_tree}" = "no" -o -z "${with_ffmpeg_tree}";then |
|---|
| 1509 | 1509 | CPPFLAGS="${CPPFLAGS_save} ${CPPFLAGS_ffmpeg}" |
|---|
| 1510 | 1510 | LDFLAGS="${LDFLAGS_save} ${LDFLAGS_ffmpeg}" |
|---|
| … | … | |
| 1524 | 1524 | dnl test for --with-ffmpeg-tree |
|---|
| 1525 | 1525 | dnl |
|---|
| 1526 | | if test "${with_ffmpeg_tree}" != "no" -a "${with_ffmpeg_tree}" != "";then |
|---|
| | 1526 | if test "${with_ffmpeg_tree}" != "no" -a -n "${with_ffmpeg_tree}";then |
|---|
| 1527 | 1527 | AC_MSG_CHECKING(for libavcodec.a in ${with_ffmpeg_tree}) |
|---|
| 1528 | 1528 | real_ffmpeg_tree="`cd ${with_ffmpeg_tree} 2>/dev/null && pwd`" |
|---|
| 1529 | | if test "${real_ffmpeg_tree}" = ""; then |
|---|
| | 1529 | if test -z "${real_ffmpeg_tree}"; then |
|---|
| 1530 | 1530 | dnl The given directory can't be found |
|---|
| 1531 | 1531 | AC_MSG_RESULT(no) |
|---|
| … | … | |
| 1568 | 1568 | AC_ARG_WITH(faad-tree, |
|---|
| 1569 | 1569 | [ --with-faad-tree=PATH faad tree for static linking]) |
|---|
| 1570 | | if test "${with_faad_tree}" != "" |
|---|
| | 1570 | if test -n "${with_faad_tree}" |
|---|
| 1571 | 1571 | then |
|---|
| 1572 | 1572 | AC_MSG_CHECKING(for libfaad.a in ${with_faad_tree}) |
|---|
| 1573 | 1573 | real_faad_tree="`cd ${with_faad_tree} 2>/dev/null && pwd`" |
|---|
| 1574 | | if test "${real_faad_tree}" = "" |
|---|
| | 1574 | if test -z "${real_faad_tree}" |
|---|
| 1575 | 1575 | then |
|---|
| 1576 | 1576 | dnl The given directory can't be found |
|---|
| … | … | |
| 1626 | 1626 | AC_ARG_WITH(xvid, |
|---|
| 1627 | 1627 | [ --with-xvid=PATH path to xvid installation],[],[]) |
|---|
| 1628 | | if test "${with_xvid}" != "no" -a "${with_xvid}" != "" |
|---|
| | 1628 | if test "${with_xvid}" != "no" -a -n "${with_xvid}" |
|---|
| 1629 | 1629 | then |
|---|
| 1630 | 1630 | AX_ADD_CPPFLAGS([xvid],[-I${with_xvid}/include]) |
|---|
| … | … | |
| 1634 | 1634 | AC_ARG_WITH(xvid-tree, |
|---|
| 1635 | 1635 | [ --with-xvid-tree=PATH xvid tree for static linking]) |
|---|
| 1636 | | if test "${with_xvid_tree}" != "" |
|---|
| | 1636 | if test -n "${with_xvid_tree}" |
|---|
| 1637 | 1637 | then |
|---|
| 1638 | 1638 | AC_MSG_CHECKING(for libxvidcore.a in ${with_xvid_tree}) |
|---|
| 1639 | 1639 | real_xvid_tree="`cd ${with_xvid_tree} 2>/dev/null && pwd`" |
|---|
| 1640 | | if test "${real_xvid_tree}" = "" |
|---|
| | 1640 | if test -z "${real_xvid_tree}" |
|---|
| 1641 | 1641 | then |
|---|
| 1642 | 1642 | dnl The given directory can't be found |
|---|
| … | … | |
| 1716 | 1716 | AC_ARG_WITH(a52-tree, |
|---|
| 1717 | 1717 | [ --with-a52-tree=PATH a52dec tree for static linking ],[],[]) |
|---|
| 1718 | | if test "${with_a52_tree}" != "no" -a "${with_a52_tree}" != "" |
|---|
| | 1718 | if test "${with_a52_tree}" != "no" -a -n "${with_a52_tree}" |
|---|
| 1719 | 1719 | then |
|---|
| 1720 | 1720 | real_a52_tree="`cd ${with_a52_tree} 2>/dev/null && pwd`" |
|---|
| 1721 | | if test "${real_a52_tree}" = "" |
|---|
| | 1721 | if test -z "${real_a52_tree}" |
|---|
| 1722 | 1722 | then |
|---|
| 1723 | 1723 | dnl The given directory can't be found |
|---|
| … | … | |
| 1751 | 1751 | fi |
|---|
| 1752 | 1752 | else |
|---|
| 1753 | | if test "${with_a52}" = "" |
|---|
| | 1753 | if test -z "${with_a52}" |
|---|
| 1754 | 1754 | then |
|---|
| 1755 | 1755 | LDFLAGS_test="" |
|---|
| … | … | |
| 1810 | 1810 | AC_ARG_WITH(libmpeg2-tree, |
|---|
| 1811 | 1811 | [ --with-libmpeg2-tree=PATH libmpeg2 tree for static linking]) |
|---|
| 1812 | | if test "${with_libmpeg2_tree}" != "" |
|---|
| | 1812 | if test -n "${with_libmpeg2_tree}" |
|---|
| 1813 | 1813 | then |
|---|
| 1814 | 1814 | AC_MSG_CHECKING(for libmpeg2.a in ${with_libmpeg2_tree}) |
|---|
| 1815 | 1815 | real_libmpeg2_tree="`cd ${with_libmpeg2_tree} 2>/dev/null && pwd`" |
|---|
| 1816 | | if test "${real_libmpeg2_tree}" = "" |
|---|
| | 1816 | if test -z "${real_libmpeg2_tree}" |
|---|
| 1817 | 1817 | then |
|---|
| 1818 | 1818 | dnl The given directory can't be found |
|---|
| … | … | |
| 1892 | 1892 | AC_ARG_WITH(tarkin-tree, |
|---|
| 1893 | 1893 | [ --with-tarkin-tree=PATH tarkin tree for static linking]) |
|---|
| 1894 | | if test "${with_tarkin_tree}" != "" |
|---|
| | 1894 | if test -n "${with_tarkin_tree}" |
|---|
| 1895 | 1895 | then |
|---|
| 1896 | 1896 | AC_MSG_CHECKING(for tarkin.o in ${with_tarkin_tree}) |
|---|
| … | … | |
| 2049 | 2049 | e.g use as: |
|---|
| 2050 | 2050 | --with-sdl-prefix=/usr/local/arm/2.95.3/arm-linux/usr)],[],[]) |
|---|
| 2051 | | if test "${with_sdl_prefix}" != "no" -a "${with_sdl_prefix}" != "" |
|---|
| | 2051 | if test "${with_sdl_prefix}" != "no" -a -n "${with_sdl_prefix}" |
|---|
| 2052 | 2052 | then |
|---|
| 2053 | 2053 | SDL_PREFIX="--prefix=${with_sdl_prefix}" |
|---|
| … | … | |
| 2122 | 2122 | AC_ARG_WITH(qte, |
|---|
| 2123 | 2123 | [ --with-qte=PATH Qt Embedded headers and libraries]) |
|---|
| 2124 | | if test "${with_qte}" != "no" -a "${with_qte}" != "" |
|---|
| | 2124 | if test "${with_qte}" != "no" -a -n "${with_qte}" |
|---|
| 2125 | 2125 | then |
|---|
| 2126 | 2126 | AX_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte]) |
|---|
| … | … | |
| 2150 | 2150 | AC_ARG_WITH(directx, |
|---|
| 2151 | 2151 | [ --with-directx=PATH Win32 DirectX headers]) |
|---|
| 2152 | | if test "${with_directx}" = "" |
|---|
| | 2152 | if test -z "${with_directx}" |
|---|
| 2153 | 2153 | then |
|---|
| 2154 | 2154 | AC_CHECK_HEADERS(ddraw.h, |
|---|
| … | … | |
| 2215 | 2215 | AC_ARG_WITH(ggi, |
|---|
| 2216 | 2216 | [ --with-ggi=PATH path to libggi], |
|---|
| 2217 | | [ if test "${with_ggi}" != "no" -a "${with_ggi}" != "" |
|---|
| | 2217 | [ if test "${with_ggi}" != "no" -a -n "${with_ggi}" |
|---|
| 2218 | 2218 | then |
|---|
| 2219 | 2219 | AX_ADD_CPPFLAGS([ggi],[-I${with_ggi}/include]) |
|---|
| … | … | |
| 2234 | 2234 | AC_ARG_WITH(glide, |
|---|
| 2235 | 2235 | [ --with-glide=PATH path to libglide], |
|---|
| 2236 | | [ if test "${with_glide}" != "no" -a "${with_glide}" != "" |
|---|
| | 2236 | [ if test "${with_glide}" != "no" -a -n "${with_glide}" |
|---|
| 2237 | 2237 | then |
|---|
| 2238 | 2238 | AX_ADD_CPPFLAGS([glide],[-I${with_glide}/include]) |
|---|
| … | … | |
| 2557 | 2557 | e.g use as: |
|---|
| 2558 | 2558 | --with-gtk-prefix=/usr/local/arm/2.95.3/arm-linux/usr)],[],[]) |
|---|
| 2559 | | if test "${with_gtk_prefix}" != "no" -a "${with_gtk_prefix}" != "" |
|---|
| | 2559 | if test "${with_gtk_prefix}" != "no" -a -n "${with_gtk_prefix}" |
|---|
| 2560 | 2560 | then |
|---|
| 2561 | 2561 | GTK_PREFIX="--prefix=${with_gtk_prefix}" |
|---|
| … | … | |
| 2585 | 2585 | AC_ARG_WITH(gpe-prefix, |
|---|
| 2586 | 2586 | [ --with-gpe-prefix=PATH gpe installation path prefix (default search in \$PATH)],[],[]) |
|---|
| 2587 | | if test "${with_gpe_prefix}" != "no" -a "${with_gpe_prefix}" != "" |
|---|
| | 2587 | if test "${with_gpe_prefix}" != "no" -a -n "${with_gpe_prefix}" |
|---|
| 2588 | 2588 | then |
|---|
| 2589 | 2589 | AX_ADD_CFLAGS([gpe],[-I${with_gpe_prefix}/include]) |
|---|
| … | … | |
| 2770 | 2770 | AC_ARG_WITH(qte, |
|---|
| 2771 | 2771 | [ --with-qte=PATH Qt Embedded headers and libraries]) |
|---|
| 2772 | | if test "${with_qte}" != "no" -a "${with_qte}" != "" |
|---|
| | 2772 | if test "${with_qte}" != "no" -a -n "${with_qte}" |
|---|
| 2773 | 2773 | then |
|---|
| 2774 | 2774 | AX_ADD_LDFLAGS([qte],[-L${with_qte}/lib `echo -L${with_qte}/lib | sed 's,opt/QtPalmtop,usr,'` -ljpeg -lqte]) |
|---|
| … | … | |
| 2788 | 2788 | AX_ADD_LDFLAGS([opie],[-lqpe ${LDFLAGS_qte}]) |
|---|
| 2789 | 2789 | AX_ADD_CXXFLAGS([opie],[${CXXFLAGS_qte}]) |
|---|
| 2790 | | if test "${with_qte}" != "no" -a "${with_qte}" != "" |
|---|
| | 2790 | if test "${with_qte}" != "no" -a -n "${with_qte}" |
|---|
| 2791 | 2791 | then |
|---|
| 2792 | 2792 | MOC=${with_qte}/bin/moc |
|---|
| … | … | |
| 2865 | 2865 | AC_ARG_WITH(slp, |
|---|
| 2866 | 2866 | [ --with-slp=PATH libslp headers and libraries]) |
|---|
| 2867 | | if test "${with_slp}" = "" |
|---|
| | 2867 | if test -z "${with_slp}" |
|---|
| 2868 | 2868 | then |
|---|
| 2869 | 2869 | AC_CHECK_HEADER(slp.h, have_slp="true", have_slp="false") |
|---|
| … | … | |
| 2989 | 2989 | AX_ADD_LDFLAGS([mozilla],[`${MOZILLA_CONFIG} --libs plugin xpcom`]) |
|---|
| 2990 | 2990 | dnl Not necessarily in ${PATH} |
|---|
| 2991 | | if test "${XPIDL}" = "" -o ! -x "${XPIDL}" |
|---|
| | 2991 | if test -z "${XPIDL}" -o ! -x "${XPIDL}" |
|---|
| 2992 | 2992 | then |
|---|
| 2993 | 2993 | XPIDL="/usr/lib/mozilla/xpidl" |
|---|
| r4b34812 |
rf53fe26 |
|
| 473 | 473 | <[MaDog]> xcuse me |
|---|
| 474 | 474 | *** Signoff: [MaDog] (Client Quit) |
|---|
| 475 | | -- #videolan |
|---|
| 476 | | % |
|---|
| 477 | | 13:53 < Xtophe> is there any centralien alive ? |
|---|
| 478 | | 13:54 < thedj> i hope so. haven't heard a thing about a nuke explosion in Paris |
|---|
| 479 | | |
|---|
| 480 | | -- #videolan |
|---|
| 481 | | % |
|---|
| 482 | | 00:12 < thedj> i don't trust ffmpeg's make process ;) |
|---|
| 483 | | 00:13 < gibalou> their make mess you mean ? |
|---|
| | 475 | |
|---|
| | 476 | -- #videolan |
|---|
| | 477 | % |
|---|
| | 478 | 13:53 <Xtophe> is there any centralien alive ? |
|---|
| | 479 | 13:54 <thedj> i hope so. haven't heard a thing about a nuke explosion in Paris |
|---|
| | 480 | |
|---|
| | 481 | -- #videolan |
|---|
| | 482 | % |
|---|
| | 483 | 00:12 <thedj> i don't trust ffmpeg's make process ;) |
|---|
| | 484 | 00:13 <gibalou> their make mess you mean ? |
|---|
| 484 | 485 | |
|---|
| 485 | 486 | -- #videolan |
|---|
| … | … | |
| 490 | 491 | -- #videolan |
|---|
| 491 | 492 | % |
|---|
| 492 | | 17:07 < JediMaster> sh-2.03# reboot |
|---|
| 493 | | 17:07 < JediMaster> Segmentation fault |
|---|
| 494 | | 17:07 < JediMaster> that's not good |
|---|
| 495 | | |
|---|
| 496 | | -- #videolan |
|---|
| 497 | | % |
|---|
| | 493 | 17:07 <JediMaster> sh-2.03# reboot |
|---|
| | 494 | 17:07 <JediMaster> Segmentation fault |
|---|
| | 495 | 17:07 <JediMaster> that's not good |
|---|
| | 496 | |
|---|
| | 497 | -- #videolan |
|---|
| | 498 | % |
|---|
| | 499 | <sam> pour votre punition, �sera un bootstrap chacun :P |
|---|
| | 500 | <titer> c'est reparti pour 20 min |
|---|
| | 501 | <gibalou> c'est reparti pour 3 x 20 min |
|---|
| | 502 | <sam> c'est reparti pour une modif de Makefile.am d'ici 20 min |
|---|
| | 503 | |
|---|
| | 504 | -- #videolan |
|---|
| | 505 | % |
|---|
| rd9010f2 |
rf53fe26 |
|
| 2 | 2 | |
|---|
| 3 | 3 | ## toolbox for the VLC media player |
|---|
| 4 | | ## $Id: toolbox,v 1.35 2003/07/01 12:01:22 sam Exp $ |
|---|
| | 4 | ## $Id: toolbox,v 1.36 2003/07/01 19:17:32 sam Exp $ |
|---|
| 5 | 5 | ## |
|---|
| 6 | 6 | ## Authors: Samuel Hocevar <sam@zoy.org> |
|---|
| … | … | |
| 408 | 408 | |
|---|
| 409 | 409 | rm -f ${file}.tmp && cp ${file}.in ${file}.tmp |
|---|
| 410 | | if test "${BUILTINS}" != "" |
|---|
| | 410 | if test -n "${BUILTINS}" |
|---|
| 411 | 411 | then |
|---|
| 412 | 412 | for i in `echo ${BUILTINS}` |
|---|
| … | … | |
| 419 | 419 | echo " do \\" >> ${file}.tmp |
|---|
| 420 | 420 | echo " { \\" >> ${file}.tmp |
|---|
| 421 | | if test "${BUILTINS}" != "" |
|---|
| | 421 | if test -n "${BUILTINS}" |
|---|
| 422 | 422 | then |
|---|
| 423 | 423 | for i in `echo ${BUILTINS}` |
|---|
| rdceb442 |
rf53fe26 |
|
| 217 | 217 | # If a module was requested, use its name |
|---|
| 218 | 218 | # |
|---|
| 219 | | if test "${module}" != ""; then |
|---|
| | 219 | if test -n "${module}"; then |
|---|
| 220 | 220 | cppflags="${cppflags} -DMODULE_NAME=${module} -DMODULE_NAME_IS_${module}" |
|---|
| 221 | 221 | fi |
|---|
| … | … | |
| 225 | 225 | # |
|---|
| 226 | 226 | if test "${echo_linkage}" = yes; then |
|---|
| 227 | | if test "${echo_plugin}"; then |
|---|
| | 227 | if test "${echo_plugin}" = yes; then |
|---|
| 228 | 228 | for module in `echo "${plugins}"`; do |
|---|
| 229 | 229 | register_flags "${module}" |
|---|
| 230 | 230 | done |
|---|
| 231 | 231 | fi |
|---|
| 232 | | if test "${echo_builtin}"; then |
|---|
| | 232 | if test "${echo_builtin}" = yes; then |
|---|
| 233 | 233 | for module in `echo "${builtins}"`; do |
|---|
| 234 | 234 | register_flags "${module}" |
|---|
| … | … | |
| 240 | 240 | |
|---|
| 241 | 241 | if test "${echo_target}" = yes; then |
|---|
| 242 | | if test "${echo_plugin}"; then |
|---|
| | 242 | if test "${echo_plugin}" = yes; then |
|---|
| 243 | 243 | for module in `echo "${plugins}"`; do |
|---|
| 244 | 244 | register_targets "${module}" |
|---|
| 245 | 245 | done |
|---|
| 246 | | for target in `echo ${list}`; do printf "modules/${target}_plugin "; done |
|---|
| | 246 | for target in `echo "${list}"`; do printf "modules/${target}_plugin "; done |
|---|
| 247 | 247 | printf '\n' |
|---|
| 248 | 248 | fi |
|---|
| 249 | | if test "${echo_builtin}"; then |
|---|
| | 249 | if test "${echo_builtin}" = yes; then |
|---|
| 250 | 250 | for module in `echo "${builtins}"`; do |
|---|
| 251 | 251 | register_targets "${module}" |
|---|
| 252 | 252 | done |
|---|
| 253 | | if test "${echo_pic}"; then |
|---|
| 254 | | for target in `echo ${list}`; do printf "modules/${target}_pic.a "; done |
|---|
| | 253 | if test "${echo_pic}" = yes; then |
|---|
| | 254 | for target in `echo "${list}"`; do printf "modules/${target}_pic.a "; done |
|---|
| 255 | 255 | else |
|---|
| 256 | | for target in `echo ${list}`; do printf "modules/${target}.a "; done |
|---|
| | 256 | for target in `echo "${list}"`; do printf "modules/${target}.a "; done |
|---|
| 257 | 257 | fi |
|---|
| 258 | 258 | printf '\n' |
|---|
| … | … | |
| 280 | 280 | fi |
|---|
| 281 | 281 | if test "${echo_libs}" = yes; then |
|---|
| 282 | | if test "${echo_builtin}"; then |
|---|
| | 282 | if test "${echo_builtin}" = yes; then |
|---|
| 283 | 283 | for module in `echo "${builtins}"`; do |
|---|
| 284 | 284 | register_targets "${module}" |
|---|
| 285 | 285 | register_flags "${module}" |
|---|
| 286 | 286 | done |
|---|
| 287 | | if test "${echo_pic}"; then |
|---|
| 288 | | for target in `echo ${list}`; do printf "modules/${target}_pic.a "; done |
|---|
| | 287 | if test "${echo_pic}" = yes; then |
|---|
| | 288 | for target in `echo "${list}"`; do printf "modules/${target}_pic.a "; done |
|---|
| 289 | 289 | else |
|---|
| 290 | | for target in `echo ${list}`; do printf "modules/${target}.a "; done |
|---|
| | 290 | for target in `echo "${list}"`; do printf "modules/${target}.a "; done |
|---|
| 291 | 291 | fi |
|---|
| 292 | | printf '\n' |
|---|
| 293 | 292 | fi |
|---|
| 294 | 293 | echo "${libs} ${ldflags}" |
|---|