chore: remove unnecessary pathces

win-gcc
paring 2023-05-23 15:29:30 +09:00
parent 40e8b4c49c
commit cdd878fc7a
Signed by: pikokr
GPG Key ID: 1B9649C4DAEA1E7A
3 changed files with 0 additions and 29 deletions

View File

@ -1,25 +0,0 @@
From 38977f2aae092fd155a15d24318efb1532d5321b Mon Sep 17 00:00:00 2001
From: paring <paring@pikokr.dev>
Date: Mon, 22 May 2023 15:20:08 +0900
Subject: [PATCH] fix: version
---
libmfx.pc.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libmfx.pc.cmake b/libmfx.pc.cmake
index 1a22c98..5730b72 100644
--- a/libmfx.pc.cmake
+++ b/libmfx.pc.cmake
@@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: libmfx
Description: Intel Media SDK Dispatched static library
-Version: 2013
+Version: 1.35.1
Requires:
Requires.private:
Conflicts:
--
2.40.0

View File

@ -9,8 +9,6 @@ git clone https://github.com/GPUOpen-LibrariesAndSDKs/AMF -b v1.4.29 $amfPath --
cd $ffmpegPath
git am ../../patches/ffmpeg/*
cp -r $amfPath/amf/public/include $PREFIX/include/AMF
make distclean

View File

@ -12,8 +12,6 @@ git remote add origin https://github.com/lu-zero/mfx_dispatch
git fetch --depth 1 origin "5a3f178be7f406cec920b9f52f46c1ae29f29bb2"
git checkout FETCH_HEAD
git am ../../patches/mfx/*
export CFLAGS="$CFLAGS -static-libgcc -static-libstdc++ -static"
export CXXFLAGS="$CXXFLAGS -static-libgcc -static-libstdc++ -static"
export LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"