You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
428 B
Diff
12 lines
428 B
Diff
--- libavcodec/audiotoolboxenc.c.orig 2023-11-11 01:25:17
|
|
+++ libavcodec/audiotoolboxenc.c 2023-11-13 09:49:29
|
|
@@ -69,7 +69,7 @@
|
|
return kAudioFormatMPEG4AAC_HE_V2;
|
|
case AV_PROFILE_AAC_LD:
|
|
return kAudioFormatMPEG4AAC_LD;
|
|
-#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1060
|
|
+#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
|
|
case AV_PROFILE_AAC_ELD:
|
|
return kAudioFormatMPEG4AAC_ELD;
|
|
#endif
|