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 6dee650..8a60dcd 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 0dd9411..4fbbf05 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