]> git.sesse.net Git - mlt/commitdiff
profiles/Makefile: do not install Makefile
authorddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 15 Jul 2007 07:27:33 +0000 (07:27 +0000)
committerddennedy <ddennedy@d19143bc-622f-0410-bfdd-b5b2a6649095>
Sun, 15 Jul 2007 07:27:33 +0000 (07:27 +0000)
profiles/square_pal_wide: fix display aspect

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@1009 d19143bc-622f-0410-bfdd-b5b2a6649095

profiles/Makefile
profiles/square_pal_wide

index 6dee6502ac2f082b350d53a889233b6308b2d32e..8a60dcde16d9921095c1a0294d04953cd359af81 100644 (file)
@@ -11,4 +11,5 @@ clean:
 install:       all
        install -d $(DESTDIR)$(prefix)/share/mlt/profiles
        install -m 644 * $(DESTDIR)$(prefix)/share/mlt/profiles
-       rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/{*~,Makefile}
+       rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/*~
+       rm -f $(DESTDIR)$(prefix)/share/mlt/profiles/Makefile
index 0dd94118d421b062c62e9ab7d8bcd8d508d61fdf..4fbbf05e8582eafa3bebf9633ea285d889a2d831 100644 (file)
@@ -6,5 +6,5 @@ height=576
 progressive=1
 sample_aspect_num=1
 sample_aspect_den=1
-display_aspect_num=4
-display_aspect_den=3
+display_aspect_num=16
+display_aspect_den=9