Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= mencoder |
7 |
PORTNAME= mencoder |
8 |
PORTVERSION= ${MPLAYER_PORT_VERSION} |
8 |
PORTVERSION= ${MPLAYER_PORT_VERSION} |
9 |
PORTREVISION= 1 |
9 |
PORTREVISION= 2 |
10 |
COMMENT= Convenient video file and movie encoder |
10 |
COMMENT= Convenient video file and movie encoder |
11 |
RESTRICTED= Port has restricted dependencies |
11 |
RESTRICTED= Port has restricted dependencies |
12 |
|
12 |
|
Lines 27-33
Link Here
|
27 |
OPTIONS+= MAD "Enable mad MPEG audio engine support" off |
27 |
OPTIONS+= MAD "Enable mad MPEG audio engine support" off |
28 |
OPTIONS+= AMR "Enable opencore AMR audio codec support" off |
28 |
OPTIONS+= AMR "Enable opencore AMR audio codec support" off |
29 |
OPTIONS+= TWOLAME "Enable twolame MPEG audio codec support" off |
29 |
OPTIONS+= TWOLAME "Enable twolame MPEG audio codec support" off |
30 |
OPTIONS+= LIBMPCDEC "Enable libmpcdec support" off |
|
|
31 |
OPTIONS+= FAAC "Enable FAAC audio codec support" off |
30 |
OPTIONS+= FAAC "Enable FAAC audio codec support" off |
32 |
OPTIONS+= LADSPA "Enable LADSPA plugin support" off |
31 |
OPTIONS+= LADSPA "Enable LADSPA plugin support" off |
33 |
OPTIONS+= SPEEX "Enable speex audio codec support" off |
32 |
OPTIONS+= SPEEX "Enable speex audio codec support" off |
Lines 79-85
Link Here
|
79 |
--disable-aa \ |
78 |
--disable-aa \ |
80 |
--disable-joystick \ |
79 |
--disable-joystick \ |
81 |
--disable-directfb \ |
80 |
--disable-directfb \ |
82 |
--disable-ssse3 |
81 |
--disable-ssse3 \ |
|
|
82 |
--disable-musepack |
83 |
|
83 |
|
84 |
ALL_TARGET= mencoder |
84 |
ALL_TARGET= mencoder |
85 |
|
85 |
|