Skip to content

Commit

Permalink
Update readme badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkvdb committed Sep 13, 2024
1 parent 2f4605d commit 646f9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: brew install ninja cmake ffmpeg
- name: Build the code
if: ${{ matrix.cfg.os == 'macos-latest' }}
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DPNG_LIBRARY_RELEASE=/opt/homebrew/lib/libpng.a && cmake --build build
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DPNG_LIBRARY_RELEASE=/opt/homebrew/opt/libpng/lib/libpng16.16.dylib && cmake --build build
- name: Build the code
if: ${{ matrix.cfg.os == 'ubuntu-latest' }}
run: cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release && cmake --build build
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
[![Build Status](https://travis-ci.org/dirkvdb/ffmpegthumbnailer.svg?branch=master)](https://travis-ci.org/dirkvdb/ffmpegthumbnailer)<a href="https://scan.coverity.com/projects/5008">
<img alt="Coverity Scan Build Status"
src="https://scan.coverity.com/projects/5008/badge.svg"/>
</a>
[![Build](https://github.com/dirkvdb/ffmpegthumbnailer/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/dirkvdb/ffmpegthumbnailer/actions/workflows/build.yml)

FFmpegthumbnailer is a lightweight video thumbnailer that can be used by file
managers to create thumbnails for your video files. The thumbnailer uses ffmpeg
Expand Down

0 comments on commit 646f9f1

Please sign in to comment.