Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive
@ 2023-12-11 17:29 Vittorio Giovara
  2023-12-11 17:37 ` Thilo Borgmann via ffmpeg-devel
  2023-12-11 17:39 ` Thilo Borgmann via ffmpeg-devel
  0 siblings, 2 replies; 4+ messages in thread
From: Vittorio Giovara @ 2023-12-11 17:29 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: xufuji456

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

Fixes compilation, introduced in e37b15e.

src/libavdevice/avfoundation.m:799:10: error: invalid preprocessing
directive
        #elseif (TARGET_OS_OSX && __MAC_OS_X_VERSION_MAX_ALLOWED < 140000)
-- 
Vittorio

[-- Attachment #2: 0001-lavd-avfoundation-Use-correct-preprocessing-directiv.patch --]
[-- Type: application/octet-stream, Size: 1353 bytes --]

[-- Attachment #3: 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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive
  2023-12-11 17:29 [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive Vittorio Giovara
@ 2023-12-11 17:37 ` Thilo Borgmann via ffmpeg-devel
  2023-12-11 17:41   ` Vittorio Giovara
  2023-12-11 17:39 ` Thilo Borgmann via ffmpeg-devel
  1 sibling, 1 reply; 4+ messages in thread
From: Thilo Borgmann via ffmpeg-devel @ 2023-12-11 17:37 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Thilo Borgmann

Am 11.12.23 um 18:29 schrieb Vittorio Giovara:
> Fixes compilation, introduced in e37b15e.
> 
> src/libavdevice/avfoundation.m:799:10: error: invalid preprocessing
> directive

Which compiler did complain about that?

>          #elseif (TARGET_OS_OSX && __MAC_OS_X_VERSION_MAX_ALLOWED < 140000)

-Thilo

_______________________________________________
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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive
  2023-12-11 17:29 [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive Vittorio Giovara
  2023-12-11 17:37 ` Thilo Borgmann via ffmpeg-devel
@ 2023-12-11 17:39 ` Thilo Borgmann via ffmpeg-devel
  1 sibling, 0 replies; 4+ messages in thread
From: Thilo Borgmann via ffmpeg-devel @ 2023-12-11 17:39 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Thilo Borgmann

Am 11.12.23 um 18:29 schrieb Vittorio Giovara:
> Fixes compilation, introduced in e37b15e.
> 
> src/libavdevice/avfoundation.m:799:10: error: invalid preprocessing
> directive
>          #elseif (TARGET_OS_OSX && __MAC_OS_X_VERSION_MAX_ALLOWED < 140000)

Pushed.

-Thilo

_______________________________________________
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] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive
  2023-12-11 17:37 ` Thilo Borgmann via ffmpeg-devel
@ 2023-12-11 17:41   ` Vittorio Giovara
  0 siblings, 0 replies; 4+ messages in thread
From: Vittorio Giovara @ 2023-12-11 17:41 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Thilo Borgmann

On Mon, Dec 11, 2023 at 12:37 PM Thilo Borgmann via ffmpeg-devel <
ffmpeg-devel@ffmpeg.org> wrote:

> Am 11.12.23 um 18:29 schrieb Vittorio Giovara:
> > Fixes compilation, introduced in e37b15e.
> >
> > src/libavdevice/avfoundation.m:799:10: error: invalid preprocessing
> > directive
>
> Which compiler did complain about that?
>

Apple clang version 15.0.0 (clang-1500.0.40.1)
Target: arm64-apple-darwin23.1.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
-- 
Vittorio
_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2023-12-11 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-11 17:29 [FFmpeg-devel] [PATCH] lavd/avfoundation: Use correct preprocessing directive Vittorio Giovara
2023-12-11 17:37 ` Thilo Borgmann via ffmpeg-devel
2023-12-11 17:41   ` Vittorio Giovara
2023-12-11 17:39 ` Thilo Borgmann via ffmpeg-devel

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