Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DJATOM committed Aug 12, 2016
1 parent 1858c50 commit a6dcab2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
avs2yuv
=======
A simple tool that can execute avisynth scripts.
This version is intended to be used with Avisynth+.

A simple tool for executing avisynth scripts.

Compile
Compilling (under linux)
=======

gcc avs2yuv.c -o avs2yuv.exe -O3 -ffast-math -Wall -Wshadow -Wempty-body -I. -std=gnu99 -fomit-frame-pointer -s -fno-tree-vectorize -fno-zero-initialized-in-bss
=== or ===
icl /Tc avs2yuv.c -O3 -W0 -I. -Qstd=c99 -o avs2yuv.exe
Arch | commannd
---- | ----
32-bit | make -f Makefile.win
64-bit | make -f Makefile.win64

0 comments on commit a6dcab2

Please sign in to comment.