shithub: openh264

Download patch

ref: 5cefad2d3feaeb146432b778a362a496a77e7108
parent: fcb84f5fb6104a3b1bdac820ef4a6d49b2941211
parent: fe621b92bf3b42243795431cf0163101dfd4f96f
author: Ethan Hugg <[email protected]>
date: Mon Oct 27 06:48:30 EDT 2014

Merge pull request #1460 from zaheerm/pkgconfig

Add .pc file generation to PHONY targets

--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@
 COMMON_UNITTEST_INCLUDES += $(CODEC_UNITTEST_INCLUDES) $(DECODER_INCLUDES) -I$(SRC_PATH)test -I$(SRC_PATH)test/common
 MODULE_INCLUDES += -I$(SRC_PATH)gmp-api
 
-.PHONY: test gtest-bootstrap clean
+.PHONY: test gtest-bootstrap clean $(PROJECT_NAME).pc
 
 all: libraries binaries