OSDN Git Service

Android porting for ffmpeg 2.1 release
[android-x86/external-ffmpeg.git] / libswscale / Android.mk
diff --git a/libswscale/Android.mk b/libswscale/Android.mk
new file mode 100644 (file)
index 0000000..e8376e3
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# Copyright (C) 2013 The Android-x86 Open Source Project
+#
+# Licensed under the GNU General Public License Version 2 or later.
+# You may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#      http://www.gnu.org/licenses/gpl.html
+#
+
+LOCAL_PATH := $(call my-dir)
+
+include $(LOCAL_PATH)/../android/build.mk
+
+include $(BUILD_SHARED_LIBRARY)