Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Build libjpeg to a shared library, so that various packages/libraries…
Browse files Browse the repository at this point in the history
… can dynamically link to it.
  • Loading branch information
Wei-Ta Chen committed Jan 6, 2010
1 parent 0be9ff3 commit c4e357f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -34,4 +34,4 @@ LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays

LOCAL_MODULE:= libjpeg

include $(BUILD_STATIC_LIBRARY)
include $(BUILD_SHARED_LIBRARY)

0 comments on commit c4e357f

Please sign in to comment.