Mercurial > mplayer.hg
comparison configure @ 18741:414398e3a3d3
Rename --with-libdvnav --> --with-dvdnavdir for consistency.
author | diego |
---|---|
date | Sat, 17 Jun 2006 17:18:46 +0000 |
parents | f6396989d394 |
children | 212b36a111f3 |
comparison
equal
deleted
inserted
replaced
18740:f6396989d394 | 18741:414398e3a3d3 |
---|---|
2017 _charset=`echo $ac_option | cut -d '=' -f 2` | 2017 _charset=`echo $ac_option | cut -d '=' -f 2` |
2018 ;; | 2018 ;; |
2019 --language=*) | 2019 --language=*) |
2020 _language=`echo $ac_option | cut -d '=' -f 2` | 2020 _language=`echo $ac_option | cut -d '=' -f 2` |
2021 ;; | 2021 ;; |
2022 --with-libdvdnav=*) | 2022 --with-dvdnavdir=*) |
2023 _dvdnavdir=`echo $ac_option | cut -d '=' -f 2` | 2023 _dvdnavdir=`echo $ac_option | cut -d '=' -f 2` |
2024 ;; | 2024 ;; |
2025 | 2025 |
2026 --with-codecsdir=*) | 2026 --with-codecsdir=*) |
2027 _win32libdir=`echo $ac_option | cut -d '=' -f 2` | 2027 _win32libdir=`echo $ac_option | cut -d '=' -f 2` |