Skip to content

Commit

Permalink
Extend USE_LIBDAV1D_ENABLE_WEB_RTC macOS usage
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=255650
rdar://107244733

Reviewed by Eric Carlson.

* Source/WebCore/PAL/Configurations/PAL.xcconfig:

Canonical link: https://commits.webkit.org/263145@main
  • Loading branch information
youennf committed Apr 19, 2023
1 parent 6944f18 commit d68e298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/WebCore/PAL/Configurations/PAL.xcconfig
Expand Up @@ -61,6 +61,7 @@ USE_LIBDAV1D = $(USE_LIBDAV1D_$(ENABLE_WEB_RTC));
USE_LIBDAV1D_ENABLE_WEB_RTC = $(USE_LIBDAV1D_ENABLE_WEB_RTC_$(TARGET_MAC_OS_X_VERSION_MAJOR));
USE_LIBDAV1D_ENABLE_WEB_RTC_130000 = YES;
USE_LIBDAV1D_ENABLE_WEB_RTC_140000 = YES;
USE_LIBDAV1D_ENABLE_WEB_RTC_150000 = YES;

OTHER_LIBTOOLFLAGS = $(AVIF_LIBTOOLFLAGS_$(USE_LIBAVIF)) $(DAV1D_LIBTOOLFLAGS_$(USE_LIBDAV1D));
AVIF_LIBTOOLFLAGS_YES = $(BUILT_PRODUCTS_DIR)/libavif.a;
Expand Down

0 comments on commit d68e298

Please sign in to comment.