Skip to content

Commit

Permalink
Remove unrecognized option --disable-dvbaes
Browse files Browse the repository at this point in the history
Fixes "configure: WARNING: unrecognized options: --disable-dvbaes"

Addition as already fixed in b6d0e50
  • Loading branch information
heitbaum authored Sep 12, 2024
1 parent 3906d95 commit 2fdb2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
run: |
apt-get -y remove --purge libssl-dev
make clean
./configure --enable-axe --enable-dvbapi --enable-dvbcsa --disable-dvbca --disable-dvbaes --disable-netcv
./configure --enable-axe --enable-dvbapi --enable-dvbcsa --disable-dvbca --disable-netcv
make

0 comments on commit 2fdb2f9

Please sign in to comment.