diff options
Diffstat (limited to 'package/libtheora')
-rw-r--r-- | package/libtheora/libtheora.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtheora/libtheora.mk b/package/libtheora/libtheora.mk index 89489b787..5714e7040 100644 --- a/package/libtheora/libtheora.mk +++ b/package/libtheora/libtheora.mk @@ -17,4 +17,4 @@ LIBTHEORA_CONF_OPT = \ LIBTHEORA_DEPENDENCIES = libogg libvorbis host-pkg-config -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |