|
Lines 498-511
Link Here
|
| 498 |
${WRKSRC}/libavformat/audio.c |
498 |
${WRKSRC}/libavformat/audio.c |
| 499 |
.endif |
499 |
.endif |
| 500 |
.ifdef(WITH_BKTR_DEV) |
500 |
.ifdef(WITH_BKTR_DEV) |
| 501 |
@${REINPLACE_CMD} -E \ |
501 |
# @${REINPLACE_CMD} -E \ |
| 502 |
-e "s!idev = 0!idev = ${WITH_BKTR_DEV}!" \ |
502 |
# -e "s!idev = 0!idev = ${WITH_BKTR_DEV}!" \ |
| 503 |
${WRKSRC}/libavformat/grab_bsdbktr.c |
503 |
# ${WRKSRC}/libavformat/grab_bsdbktr.c |
| 504 |
.endif |
504 |
.endif |
| 505 |
.ifdef(WITH_BKTR_FORMAT) |
505 |
.ifdef(WITH_BKTR_FORMAT) |
| 506 |
@${REINPLACE_CMD} -E \ |
506 |
# @${REINPLACE_CMD} -E \ |
| 507 |
-e "s!VIDEO_FORMAT NTSC!VIDEO_FORMAT ${WITH_BKTR_FORMAT}!" \ |
507 |
# -e "s!VIDEO_FORMAT NTSC!VIDEO_FORMAT ${WITH_BKTR_FORMAT}!" \ |
| 508 |
${WRKSRC}/libavformat/grab_bsdbktr.c |
508 |
# ${WRKSRC}/libavformat/grab_bsdbktr.c |
| 509 |
.endif |
509 |
.endif |
| 510 |
.endif # WITH_VIDEO_CAPTURE |
510 |
.endif # WITH_VIDEO_CAPTURE |
| 511 |
.endif # ${ARCH} == i386 |
511 |
.endif # ${ARCH} == i386 |