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"
  • Loading branch information
Jalle19 committed Apr 17, 2024
1 parent edeef51 commit b6d0e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build AXE
run: |
make clean
./configure --disable-netcv --disable-dvbapi --enable-static --host=sh4-linux --disable-dvbaes --disable-dvbca --enable-axe
./configure --disable-netcv --disable-dvbapi --enable-static --host=sh4-linux --disable-dvbca --enable-axe
make PMT=0
zip -9 -r /minisatip_axe.zip minisatip html
Expand Down

0 comments on commit b6d0e50

Please sign in to comment.