Skip to content

Commit 096cac6

Browse files
tpetazzoniabrodkin
authored andcommitted
libplayer: fix typo on BR2_nios2
libplayer is using BR2_nios, but it should be BR2_nios2. Signed-off-by: Thomas Petazzoni <[email protected]> Acked-by: "Yann E. MORIN" <[email protected]> Acked-by: Samuel Martin <[email protected]> Signed-off-by: Peter Korsgaard <[email protected]>
1 parent d62cf1f commit 096cac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/libplayer/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ config BR2_PACKAGE_LIBPLAYER_MPLAYER
1414
bool "mplayer backend"
1515
# mplayer
1616
depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb || \
17-
BR2_microblaze || BR2_aarch64 || BR2_nios)
17+
BR2_microblaze || BR2_aarch64 || BR2_nios2)
1818
# mplayer
1919
depends on BR2_LARGEFILE
2020
# mplayer

0 commit comments

Comments
 (0)