Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Asd-g committed May 26, 2024
1 parent d109a4a commit 0ee8b12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git clone https://github.com/dwbuiten/obuparse --depth 1
pushd obuparse
if [[ "${{ matrix.os }}" == "macos-latest" ]]; then
sed -i '' 's/--version-script,/ /g' Makefile
sed -i '' 's/--version-script,obuparse.v/ /g' Makefile
fi
make -j2
sudo make install -j2
Expand Down
2 changes: 0 additions & 2 deletions AviSynth/video_output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ extern "C"
#include <libavutil/mastering_display_metadata.h>
}

#include "../common/lwsimd.h"

#include "video_output.h"

static void make_black_background_planar_yuv
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ set(sources
${CMAKE_CURRENT_SOURCE_DIR}/common/lwlibav_audio.c
${CMAKE_CURRENT_SOURCE_DIR}/common/lwlibav_dec.c
${CMAKE_CURRENT_SOURCE_DIR}/common/lwlibav_video.c
${CMAKE_CURRENT_SOURCE_DIR}/common/lwsimd.c
${CMAKE_CURRENT_SOURCE_DIR}/common/osdep.c
${CMAKE_CURRENT_SOURCE_DIR}/common/qsv.c
${CMAKE_CURRENT_SOURCE_DIR}/common/utils.c
Expand Down

0 comments on commit 0ee8b12

Please sign in to comment.