mirror of
https://github.com/mpv-player/mpv
synced 2025-01-07 23:50:25 +00:00
third time is lucky, eh? last workaround broke netbsd, which apparently also has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b08efb2077
commit
55052bf710
4
configure
vendored
4
configure
vendored
@ -7027,7 +7027,7 @@ FAAC_LIB=$_ld_faac
|
||||
AMR_NB=$_amr_nb
|
||||
AMR_NB_FIXED=$_amr_nb_fixed
|
||||
AMR_WB=$_amr_wb
|
||||
`echo $_libavcodecs | tr '[a-z]' '[A-Z]' | tr ' ' '\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
|
||||
`echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
|
||||
CONFIG_GPL=yes
|
||||
|
||||
# --- Some stuff for autoconfigure ----
|
||||
@ -7374,7 +7374,7 @@ $_def_amr_nb_fixed
|
||||
$_def_amr_wb
|
||||
|
||||
/* Use specific codecs from libavcodec */
|
||||
`echo $_libavcodecs | tr '[a-z]' '[A-Z]' | tr ' ' '\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
|
||||
`echo $_libavcodecs | tr '[a-z] ' '[A-Z]\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
|
||||
|
||||
/* Use codec libs included in mplayer CVS / source dist: */
|
||||
$_def_mp3lib
|
||||
|
Loading…
Reference in New Issue
Block a user