Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Converting build to CMake
@ 2022-08-28 23:17 Jaime Rios
  2022-08-28 23:31 ` Gonzalo Garramuño
  2022-08-29  5:15 ` Martijn van Beurden
  0 siblings, 2 replies; 5+ messages in thread
From: Jaime Rios @ 2022-08-28 23:17 UTC (permalink / raw)
  To: ffmpeg-devel

Sorry if this has been asked before in the past.

I am wondering if there has been any conversation around changing the
current build setup of ffmpeg to CMake.

The reason I ask is that I am not a fan of having to install MinGW just to
build on Windows, and my experience so far with CMake has been a pleasant
one, when having to build on multiple platforms (Windows/Linux/macOS).

If there has been conversation about moving to CMake, where can I find the
thread?

Thank you.



-Jaime
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

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

* Re: [FFmpeg-devel] Converting build to CMake
  2022-08-28 23:17 [FFmpeg-devel] Converting build to CMake Jaime Rios
@ 2022-08-28 23:31 ` Gonzalo Garramuño
  2022-08-29  0:25   ` Gerion Entrup
  2022-08-29  5:15 ` Martijn van Beurden
  1 sibling, 1 reply; 5+ messages in thread
From: Gonzalo Garramuño @ 2022-08-28 23:31 UTC (permalink / raw)
  To: ffmpeg-devel


On 28/8/22 20:17, Jaime Rios wrote:
> Sorry if this has been asked before in the past.
>
> I am wondering if there has been any conversation around changing the
> current build setup of ffmpeg to CMake.
>
> The reason I ask is that I am not a fan of having to install MinGW just to
> build on Windows, and my experience so far with CMake has been a pleasant
> one, when having to build on multiple platforms (Windows/Linux/macOS).
>
> If there has been conversation about moving to CMake, where can I find the
> thread?

I would love that to happen myself too.  The main issue is all the 
dependencies that ffmpeg has to take care of. You need to have 
FindLib*.cmake and/or BuldLib*cmake, plus you need to take care of which 
libraries are open source, BSD, GPL, etc. and whether you need to locate 
them with pkgconfig.

It is overall a lot of work, so something would need to get paid to do 
so fulltime.

I have to wonder, as I only have Windows 8.1 so far, doesn't Windows 10 
WSL2 solve the compilation issues by having the lib be compiled on an 
Ubuntu distro?

-- 
Gonzalo Garramuño
ggarra13@gmail.com

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

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

* Re: [FFmpeg-devel] Converting build to CMake
  2022-08-28 23:31 ` Gonzalo Garramuño
@ 2022-08-29  0:25   ` Gerion Entrup
  0 siblings, 0 replies; 5+ messages in thread
From: Gerion Entrup @ 2022-08-29  0:25 UTC (permalink / raw)
  To: ffmpeg-devel


[-- Attachment #1.1: Type: text/plain, Size: 1441 bytes --]

Am Montag, 29. August 2022, 01:31:12 CEST schrieb Gonzalo Garramuño:
> 
> On 28/8/22 20:17, Jaime Rios wrote:
> > Sorry if this has been asked before in the past.
> >
> > I am wondering if there has been any conversation around changing the
> > current build setup of ffmpeg to CMake.
> >
> > The reason I ask is that I am not a fan of having to install MinGW just to
> > build on Windows, and my experience so far with CMake has been a pleasant
> > one, when having to build on multiple platforms (Windows/Linux/macOS).
> >
> > If there has been conversation about moving to CMake, where can I find the
> > thread?
> 
> I would love that to happen myself too.  The main issue is all the 
> dependencies that ffmpeg has to take care of. You need to have 
> FindLib*.cmake and/or BuldLib*cmake, plus you need to take care of which 
> libraries are open source, BSD, GPL, etc. and whether you need to locate 
> them with pkgconfig.
> 
> It is overall a lot of work, so something would need to get paid to do 
> so fulltime.
> 
> I have to wonder, as I only have Windows 8.1 so far, doesn't Windows 10 
> WSL2 solve the compilation issues by having the lib be compiled on an 
> Ubuntu distro?

There is a (maintained) fork of FFMpeg with Meson (similar to CMake):
https://gitlab.freedesktop.org/gstreamer/meson-ports/ffmpeg

However, this has nothing to do with the original project (AFAIK).

Best,
Gerion


[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

[-- Attachment #2: Type: text/plain, Size: 251 bytes --]

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

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

* Re: [FFmpeg-devel] Converting build to CMake
  2022-08-28 23:17 [FFmpeg-devel] Converting build to CMake Jaime Rios
  2022-08-28 23:31 ` Gonzalo Garramuño
@ 2022-08-29  5:15 ` Martijn van Beurden
  2022-08-30  0:35   ` Jaime Rios
  1 sibling, 1 reply; 5+ messages in thread
From: Martijn van Beurden @ 2022-08-29  5:15 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

Op ma 29 aug. 2022 om 01:17 schreef Jaime Rios <xdev74@gmail.com>:

> The reason I ask is that I am not a fan of having to install MinGW just to
> build on Windows
>

There's no need to install MinGW, just MSYS will do:
https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

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

* Re: [FFmpeg-devel] Converting build to CMake
  2022-08-29  5:15 ` Martijn van Beurden
@ 2022-08-30  0:35   ` Jaime Rios
  0 siblings, 0 replies; 5+ messages in thread
From: Jaime Rios @ 2022-08-30  0:35 UTC (permalink / raw)
  To: FFmpeg development discussions and patches

I might take a look at the dependencies and see what projects could be
converted to CMake first, before even thinking about ffmpeg.



On Sun, Aug 28, 2022 at 10:15 PM Martijn van Beurden <mvanb1@gmail.com>
wrote:

> Op ma 29 aug. 2022 om 01:17 schreef Jaime Rios <xdev74@gmail.com>:
>
> > The reason I ask is that I am not a fan of having to install MinGW just
> to
> > build on Windows
> >
>
> There's no need to install MinGW, just MSYS will do:
> https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

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

end of thread, other threads:[~2022-08-30  0:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-28 23:17 [FFmpeg-devel] Converting build to CMake Jaime Rios
2022-08-28 23:31 ` Gonzalo Garramuño
2022-08-29  0:25   ` Gerion Entrup
2022-08-29  5:15 ` Martijn van Beurden
2022-08-30  0:35   ` Jaime Rios

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git