Skip to content

Commit

Permalink
djv 에서 사용하지 않는 환경변수 제거함.
Browse files Browse the repository at this point in the history
  • Loading branch information
khw7096 committed Nov 28, 2019
1 parent 28d8b42 commit fa122c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions macos.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ func MacOS(scape string) {
if err != nil {
log.Fatal(err)
}
case ".mp4", ".mov", ".jpg": // DJV2 를 사용한다.
os.Setenv("RV_ENABLE_MIO_FFMPEG", "1") // Prores 코덱을 위해서 활성화 한다.
case ".mp4", ".mov", ".jpg": // DJV 를 사용한다.
err := exec.Command("/Applications/DJV.app/Contents/MacOS/DJV", scape).Run()
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit fa122c6

Please sign in to comment.