Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1480c1/9fa9292afedadcea2b3a3e067e96dca2 to your computer and use it in GitHub Desktop.
Save 1480c1/9fa9292afedadcea2b3a3e067e96dca2 to your computer and use it in GitHub Desktop.
0001-Example-patch-for-learning-purpose.patch
From a740ca761c3aabab530660c0d7cc0beb3657f059 Mon Sep 17 00:00:00 2001
From: Chris Degawa <ccom@randomderp.com>
Date: Fri, 12 Apr 2019 11:52:11 -0500
Subject: [PATCH] Example patch for learning purpose
Signed-off-by: Chris Degawa <ccom@randomderp.com>
---
CMakeLists.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c35a0f18..5bbe6384f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,6 +8,11 @@
# License 1.0 was not distributed with this source code in the PATENTS file, you
# can obtain it at www.aomedia.org/license/patent.
#
+
+# This is an example patch for the purpose for media-suite_autobuild
+# If you see this, that means you just copied from the readme
+# without changing anything. Shame on you.
+
cmake_minimum_required(VERSION 3.5)
if(NOT EMSCRIPTEN)
--
2.17.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment