Lines 91-98
CONFIGURE_ARGS+=--prefix="${PREFIX}" \
Link Here
|
91 |
--cc="${CC}" \ |
91 |
--cc="${CC}" \ |
92 |
--extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ |
92 |
--extra-cflags="${FFMPEG_CFLAGS} -I${LOCALBASE}/include" \ |
93 |
--extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ |
93 |
--extra-ldflags="-L${LOCALBASE}/lib ${FFMPEG_LDFLAGS}" \ |
94 |
--extra-libs="${PTHREAD_LIBS}" \ |
94 |
--extra-libs="${PTHREAD_LIBS}" |
95 |
--disable-debug |
|
|
96 |
SHLIB_VER= 1 |
95 |
SHLIB_VER= 1 |
97 |
PLIST_SUB= SHLIB_VER=${SHLIB_VER} |
96 |
PLIST_SUB= SHLIB_VER=${SHLIB_VER} |
98 |
USE_LDCONFIG= yes |
97 |
USE_LDCONFIG= yes |
Lines 109-114
DOC_DOCFILES= APIchanges TODO avutil.txt
Link Here
|
109 |
snow.txt soc.txt swscale.txt tablegen.txt viterbi.txt |
108 |
snow.txt soc.txt swscale.txt tablegen.txt viterbi.txt |
110 |
PORTDOCS= * |
109 |
PORTDOCS= * |
111 |
|
110 |
|
|
|
111 |
.if !defined(WITH_DEBUG) |
112 |
CONFIGURE_ARGS+= --disable-debug |
113 |
.endif |
114 |
|
115 |
.if !defined(STRIP) || ${STRIP} == "" |
116 |
CONFIGURE_ARGS+= --disable-stripping |
117 |
.endif |
118 |
|
112 |
.if !defined(WITHOUT_CPUDETECT) |
119 |
.if !defined(WITHOUT_CPUDETECT) |
113 |
CONFIGURE_ARGS+= --enable-runtime-cpudetect |
120 |
CONFIGURE_ARGS+= --enable-runtime-cpudetect |
114 |
.endif |
121 |
.endif |