Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale
@ 2011-05-12 20:47 Mike Williams
  2011-05-13 10:48 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Williams @ 2011-05-12 20:47 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Mike Williams <mike@mikebwilliams.com>
---
 package/multimedia/ffmpeg/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in
index 7a9513c..d11233e 100644
--- a/package/multimedia/ffmpeg/Config.in
+++ b/package/multimedia/ffmpeg/Config.in
@@ -27,6 +27,7 @@ config BR2_PACKAGE_FFMPEG_NONFREE
 
 config BR2_PACKAGE_FFMPEG_FFMPEG
 	bool "Build ffmpeg (the command line application)"
+	select BR2_PACKAGE_FFMPEG_SWSCALE
 	default y
 	help
          FFmpeg is a very fast video and audio converter.
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale
  2011-05-12 20:47 [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale Mike Williams
@ 2011-05-13 10:48 ` Peter Korsgaard
       [not found]   ` <BANLkTik9W5Ewhj=0FB+WbPnrJ8F8YwxU9w@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2011-05-13 10:48 UTC (permalink / raw)
  To: buildroot

>>>>> "Mike" == Mike Williams <mike@mikebwilliams.com> writes:

 Mike> Signed-off-by: Mike Williams <mike@mikebwilliams.com>
 Mike> ---
 Mike>  package/multimedia/ffmpeg/Config.in |    1 +
 Mike>  1 files changed, 1 insertions(+), 0 deletions(-)

 Mike> diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in
 Mike> index 7a9513c..d11233e 100644
 Mike> --- a/package/multimedia/ffmpeg/Config.in
 Mike> +++ b/package/multimedia/ffmpeg/Config.in
 Mike> @@ -27,6 +27,7 @@ config BR2_PACKAGE_FFMPEG_NONFREE
 
 Mike>  config BR2_PACKAGE_FFMPEG_FFMPEG
 Mike>  	bool "Build ffmpeg (the command line application)"
 Mike> +	select BR2_PACKAGE_FFMPEG_SWSCALE

Really? It seems to build OK without it here.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale
       [not found]     ` <BANLkTi=SdF5rDW8N37=BYtk+7WF2T0fMXQ@mail.gmail.com>
@ 2011-05-13 13:03       ` Mike Williams
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Williams @ 2011-05-13 13:03 UTC (permalink / raw)
  To: buildroot

Forwarding to the list.

On Fri, May 13, 2011 at 6:48 AM, Peter Korsgaard <jacmet@uclibc.org> wrote:
>>>>>> "Mike" == Mike Williams <mike@mikebwilliams.com> writes:
>
> ?Mike> Signed-off-by: Mike Williams <mike@mikebwilliams.com>
> ?Mike> ---
> ?Mike> ?package/multimedia/ffmpeg/Config.in | ? ?1 +
> ?Mike> ?1 files changed, 1 insertions(+), 0 deletions(-)
>
> ?Mike> diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in
> ?Mike> index 7a9513c..d11233e 100644
> ?Mike> --- a/package/multimedia/ffmpeg/Config.in
> ?Mike> +++ b/package/multimedia/ffmpeg/Config.in
> ?Mike> @@ -27,6 +27,7 @@ config BR2_PACKAGE_FFMPEG_NONFREE
>
> ?Mike> ?config BR2_PACKAGE_FFMPEG_FFMPEG
> ?Mike> ? ? ? ? ?bool "Build ffmpeg (the command line application)"
> ?Mike> + ? ? ? ?select BR2_PACKAGE_FFMPEG_SWSCALE
>
> Really? It seems to build OK without it here.
>
> --
> Bye, Peter Korsgaard
>

It looks like the configure script for ffmpeg 0.6.1 lists swscale as a
dependency for ffmpeg. At least on my system, it isn't building the
ffmpeg binary unless I also select swscale. ffserver, ffplay, and
ffprobe all build fine without it.

1435: ffmpeg_deps="avcodec avformat swscale"

Thanks,
Mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale
       [not found]   ` <BANLkTik9W5Ewhj=0FB+WbPnrJ8F8YwxU9w@mail.gmail.com>
       [not found]     ` <BANLkTi=SdF5rDW8N37=BYtk+7WF2T0fMXQ@mail.gmail.com>
@ 2011-05-13 13:13     ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2011-05-13 13:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Mike" == Mike Williams <mikebwilliams@gmail.com> writes:

 Mike> It looks like the configure script for ffmpeg 0.6.1 lists swscale as a
 Mike> dependency for ffmpeg. At least on my system, it isn't building the
 Mike> ffmpeg binary unless I also select swscale. ffserver, ffplay, and
 Mike> ffprobe all build fine without it.

 Mike> 1435: ffmpeg_deps="avcodec avformat swscale"

Ahh yes, you're right - I didn't notice as I didn't clear my target dir
between the two builds.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-05-13 13:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 20:47 [Buildroot] [PATCH] ffmpeg: ffmpeg binary requires swscale Mike Williams
2011-05-13 10:48 ` Peter Korsgaard
     [not found]   ` <BANLkTik9W5Ewhj=0FB+WbPnrJ8F8YwxU9w@mail.gmail.com>
     [not found]     ` <BANLkTi=SdF5rDW8N37=BYtk+7WF2T0fMXQ@mail.gmail.com>
2011-05-13 13:03       ` Mike Williams
2011-05-13 13:13     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox