Skip to content

Commit

Permalink
Revert "Fix missing time_t define in vlc_atomic.h on macOS"
Browse files Browse the repository at this point in the history
This reverts commit 657f6ce.

This issue should have been fixed in the upstream by now.
  • Loading branch information
nurupo committed Sep 19, 2023
1 parent 657f6ce commit 67a00e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/ci-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ elif [ "$TARGET_OS" = "macos" ]; then
sed -i "" "s|^prefix=.*|prefix=$PWD|g" lib/pkgconfig/*.pc
export PKG_CONFIG_PATH="${PWD}/lib/pkgconfig"
cd ../..
echo -e "#include <time.h>\n$(cat sdk/$ARCH/include/vlc/plugins/vlc_atomic.h)" > sdk/$ARCH/include/vlc/plugins/vlc_atomic.h
make OS=macOS CC="$CC"
echo "$LATEST_MACOS_DIR_URL" > VLC_DOWNLOAD_URL.txt
mv libpause_click_plugin.dylib VLC_DOWNLOAD_URL.txt "sdk/$ARCH"
Expand Down

0 comments on commit 67a00e6

Please sign in to comment.