Bug 113077 - [PATCH]: enable bktr video capture multimedia/ffmpeg
Summary: [PATCH]: enable bktr video capture multimedia/ffmpeg
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 07:40 UTC by HASHI Hiroaki
Modified: 2007-06-02 04:50 UTC (History)
0 users

See Also:


Attachments
ffmpeg-patch-bktr (1.04 KB, text/plain)
2007-05-28 07:40 UTC, HASHI Hiroaki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description HASHI Hiroaki 2007-05-28 07:40:04 UTC
	multimedia/ffmpeg does not grab bktr.

Fix: - Apply a patch and build.
	- start capture
	ffmpeg -f audio_device -i /dev/dsp0 -f bktr -s 320x240 -i /dev/bktr0 tv.asf
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-28 07:40:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-02 04:48:19 UTC
mezz        2007-06-02 03:48:14 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/ffmpeg    Makefile 
  Log:
  Enable bktr by default with WITHOUT_BKTR to disable it.
  
  PR:             ports/113077
  Submitted by:   HASHI Hiroaki <hashiz@tomba.meridiani.jp>
  
  Revision  Changes    Path
  1.61      +10 -2     ports/multimedia/ffmpeg/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jeremy Messenger freebsd_committer freebsd_triage 2007-06-02 04:48:22 UTC
State Changed
From-To: open->closed

Committed, thanks!