Skip to content

Commit

Permalink
Remove unrecognized option --disable-dvbaes (#1189)
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 13, 2024
1 parent 3906d95 commit 6d32c4c
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 6d32c4c

Please sign in to comment.