]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- updated
authorspeedy <speedy@pld-linux.org>
Sat, 9 Apr 2005 20:04:04 +0000 (20:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac-install.patch -> 1.2

gpac-install.patch

index 5b609bb75ffcb489d90020ae27e6d5b61cd78707..046ee2dae621f467421c0ba0bc320c8182947b10 100644 (file)
@@ -1,4 +1,22 @@
-16c16
-< INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(plugdir)\"
----
-> INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(real_plugdir)\"
+--- gpac/Applications/MP4Client/Makefile.orig  2005-04-09 04:10:13.000000000 +0200
++++ gpac/Applications/MP4Client/Makefile       2005-04-09 04:10:23.000000000 +0200
+@@ -13,7 +13,7 @@
+ OBJS= main.o 
+ ifeq ($(BUILD_INSTALL), yes)
+-INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(plugdir)\"
++INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(real_plugdir)\"
+ else
+ INSTALL_FLAGS=
+ endif
+--- gpac/Applications/Osmo4_wx/Makefile.orig   2005-04-09 04:10:42.000000000 +0200
++++ gpac/Applications/Osmo4_wx/Makefile        2005-04-09 04:10:52.000000000 +0200
+@@ -13,7 +13,7 @@
+ OBJS= wxOsmo4.o wxGPACControl.o fileprops.o Playlist.o menubtn.o
+ ifeq ($(BUILD_INSTALL), yes)
+-INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(plugdir)\"
++INSTALL_FLAGS=-DM4_PLUGIN_PATH=\"$(real_plugdir)\"
+ else
+ INSTALL_FLAGS=
+ endif
This page took 0.036125 seconds and 4 git commands to generate.